- Jan 06, 2011
-
-
ananta@chromium.org authored
This support already exists in Chrome where the renderer routes the url back to the browser and eventually to the TabContentsDelegate. However in ChromeFrame if the current window is a popup window then attempting to open this URL in a tab fails on IE7 and IE8 as popups don't support this functionality. Workaround as per msdn documentation is to reissue the navigation request with the navOpenInNewWindow flag. Fixed a bug in the ChromeFrame tests IEEventSink::GetRendererWindow function where at times it would fail to return the correct HWND in the window hierarchy when the page was rendered in ChromeFrame. Fixes bug http://code.google.com/p/chromium/issues/detail?id=68183 BUG=68183 TEST=Covered by new ChromeFrame test. Review URL: http://codereview.chromium.org/6002017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70676 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
BUG=none TEST=ran it with a relative path from a few directories and with an absolute path Review URL: http://codereview.chromium.org/6133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70675 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
With the Mac App Store, we see that window controls are no longer tied to the top of the window. Adjust ours downward so they have space to breathe. BUG=68746 TEST=window widgets are vertically centered Review URL: http://codereview.chromium.org/6096009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70674 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
decreasing relevance. Without this we could end up with visits having the same relevance, which results in randomness as to which is first, when we really wanted one to be before the other. BUG=none TEST=none Review URL: http://codereview.chromium.org/5977012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70673 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=none TEST=self TBR=thakis@ Review URL: http://codereview.chromium.org/6111002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70670 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
This was originally commited as r70077 but was accidentally reverted. BUG=67303 TEST=media_unittests Review URL: http://codereview.chromium.org/6046006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70669 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
... from webkit/plugins/ppapi. BUG=none TEST=builds Review URL: http://codereview.chromium.org/6141001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70668 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
- Organizing variables dicts as 1) vars copied from inner scopes 2) new vars defined in current scope 3) conditions - moving variables out of inner scopes when possible - cleaning up/consolidating some comments This is just a refactoring and shouldn't change any of the logic. Review URL: http://codereview.chromium.org/6015016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70667 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Revert 70655 - With the Mac App Store, we see that window controls are no longer tied to the top of the window. Adjust ours downward so they have space to breathe. BUG=68746 TEST=window widgets are vertically centered Review URL: http://codereview.chromium.org/6100004 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/5981013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70663 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
With the Mac App Store, we see that window controls are no longer tied to the top of the window. Adjust ours downward so they have space to breathe. BUG=68746 TEST=window widgets are vertically centered Review URL: http://codereview.chromium.org/6100004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70655 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=9911 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6088008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70654 0039d316-1c4b-4281-b951-d872f2087c98
-
kathyw@chromium.org authored
TBR=aa BUG=none TEST=none Review URL: http://codereview.chromium.org/6140001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70653 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=61757 TEST=n/a Review URL: http://codereview.chromium.org/6076007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70652 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70650 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Don't delete bookmarked AutoCompleteMatches from the dropdown list, remove their history data and hide their backing store instead. Expose HistoryProvider::DeleteMatch() and add delete tests. BUG=67822 TEST=New unit tests + Check that starred History*Provider results aren't removed from the omnibox autocomplete dropdown set of matches. Review URL: http://codereview.chromium.org/6078005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70648 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
[SYNC] Sessions datatype refactor. Most things related to sessions under-the-hood have changed. More tests on the way. BUG=30519,62753 TEST=unit_tests,sync_integration_tests Review URL: http://codereview.chromium.org/5705004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70645 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
multiple list items. BUG=66956 TEST=none Review URL: http://codereview.chromium.org/6029013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70644 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=tree TBR=satish Review URL: http://codereview.chromium.org/6050016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70643 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@google.com authored
BUG=broken mac build TEST=none TBR=brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70642 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=linux tests (valgrind)(1) Review URL: http://codereview.chromium.org/6040009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70641 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
BUG=none TEST=none TBR=jorlow Review URL: http://codereview.chromium.org/6072013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70640 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
This is a platform abstraction for a notification that can be sent between processes. Currently only implemented on Mac. Windows and Linux will be done in a future CL. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/5970015 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/6029014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70639 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=61609 TEST=Run mini_installer.exe and notice that -multifail is added to the "ap" value in the ClientState key when --multi-install is on the command-line. The value is removed by setup.exe at the end of a successful install. Review URL: http://codereview.chromium.org/6005016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70638 0039d316-1c4b-4281-b951-d872f2087c98
-
inferno@chromium.org authored
BUG=68244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70637 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@google.com authored
The compositing itself is trivial since there is just a fullscreen plugin instance (that we blit full-screen), but it allows the use of the 3D contexts in pepper when fullscreen is on (they require accelerated compositing). Accelerated compositing is only triggered when a Surface3D is bound to the instance. Otherwise the regular 2D painting path is used. This CL also refactors a bit RenderWidgetFullscreenPepper, merging the trivial WidgetFullscreenContainer into RenderWidgetFullscreenPepper - it's simpler that way. BUG=none TEST=Flash Review URL: http://codereview.chromium.org/5994002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70636 0039d316-1c4b-4281-b951-d872f2087c98
-
inferno@chromium.org authored
BUG=68244 TEST=None Review URL: http://codereview.chromium.org/6133001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70635 0039d316-1c4b-4281-b951-d872f2087c98
-
satish@chromium.org authored
BUG=68666 TEST=none Review URL: http://codereview.chromium.org/6128001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70634 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
(Fixes gyp cygwin failures). BUG=None TEST=None Review URL: http://codereview.chromium.org/6130001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70633 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Since SSLHostInfo is enabled by default now, this will cause a DNS lookup for a random RR type (13172) for each HTTPS host. (Although many of these lookups will hit the in-process cache. Also, this won't do anything on non-Linux machines because I haven't gotten the DNS lookup code working on them yet.) At some point in the future we'll probably want to do these lookups in order to get information for certificate validation. This change just exists so that we can measure how long these lookups take. BUG=none TEST=none http://codereview.chromium.org/6041004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70631 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=67498 TEST=visual, layout tests, tested with null shader Review URL: http://codereview.chromium.org/6004013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70630 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
This is a platform abstraction for a notification that can be sent between processes. Currently only implemented on Mac. Windows and Linux will be done in a future CL. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/5970015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70629 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
Adds sources and events for ActiveCacheEntry and EntryImpl objects, as well as adding cache read/write events to HttpCacheTransactions. Most new read/write events are only logged when NetLog logging mode is set to log all events. Also, net-internals now merges begin and end events that have parameters, as long as only one of them has parameters. I think this increases readability, at the cost of making it a little more difficult to follow timings with just the "st" values. BUG=59382 TEST=none yet, other than updates to existing tests. Originally applied: http://src.chromium.org/viewvc/chrome?view=rev&revision=70618 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=70619 Fixed and trying again... Review URL: http://codereview.chromium.org/6125001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70628 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
These are the chrome changes needed for https://bugs.webkit.org/show_bug.cgi?id=51952. BUG=64848 TEST=layout tests Review URL: http://codereview.chromium.org/5962018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70626 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Both Textfield and TextfieldViews were focusable and alt-tab was setting the focus back to the Textfield, which sets the focus to the its TextfieldViews. This fixes the issue by making Textfield non focusable. BUG=none TEST=FocusTest is added to unittest. Review URL: http://codereview.chromium.org/5988010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70624 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=61609 TEST=install Chrome with --multi-install, monitor GoogleUpdate's log (e.g., via Sawbuck), and confirm that an update check uses the multi-installer package's app guid. Review URL: http://codereview.chromium.org/6100003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70623 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Revert 70621 - With the Mac App Store, we see that window controls are no longer tied to the top of the window. Adjust ours downward so they have space to breathe. BUG=68746 TEST=window widgets are vertically centered Review URL: http://codereview.chromium.org/6126001 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/6129001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70622 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
With the Mac App Store, we see that window controls are no longer tied to the top of the window. Adjust ours downward so they have space to breathe. BUG=68746 TEST=window widgets are vertically centered Review URL: http://codereview.chromium.org/6126001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70621 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
We added support for OCSP stapling to libssl3 in (r**TBD**). This plumbs that information from the SSL socket into the OCSP caching in libnss3. BUG=none TEST=none http://codereview.chromium.org/5231006/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70620 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
Adds sources and events for ActiveCacheEntry and EntryImpl objects, as well as adding cache read/write events to HttpCacheTransactions. Most new read/write events are only logged when NetLog logging mode is set to log all events. Also, net-internals now merges begin and end events that have parameters, as long as only one of them has parameters. I think this increases readability, at the cost of making it a little more difficult to follow timings with just the "st" values. BUG=59382 TEST=none yet, other than updates to existing tests. Review URL: http://codereview.chromium.org/4067002 TBR=mmenke@chromium.org Review URL: http://codereview.chromium.org/6005015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70619 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
Adds sources and events for ActiveCacheEntry and EntryImpl objects, as well as adding cache read/write events to HttpCacheTransactions. Most new read/write events are only logged when NetLog logging mode is set to log all events. Also, net-internals now merges begin and end events that have parameters, as long as only one of them has parameters. I think this increases readability, at the cost of making it a little more difficult to follow timings with just the "st" values. BUG=59382 TEST=none yet, other than updates to existing tests. Review URL: http://codereview.chromium.org/4067002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70618 0039d316-1c4b-4281-b951-d872f2087c98
-