| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6581048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75974 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
milliseconds again.
With a recent Chromium side bug fix and
http://trac.webkit.org/changeset/79455 integrated, we're ready to try
increasing this interval again.
BUG=66078
TEST=none (layout tests, manual tests, trybots)
Review URL: http://codereview.chromium.org/6577021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75973 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Skimming their changelogs, it looks like this range contains only minor tweaks for the most part.
gtest r500 is interesting:
http://code.google.com/p/googletest/source/detail?spec=svn500&r=500
"Modifies handling of C++ exceptions in death tests to treat exceptions escaping them as failures."
This confuses to death tests in message_loop_unittest on Windows, MessageLoopTest::Crasher and MessageLoopTest::CrasherNasty. These two tests set the global SEH handler. gtest now uses a frame-level exception handler, which overrides this global handler. Hence, disable gtest's new death test behavior for base_unittests on windows.
This is to prepare a gmock roll to 359, which should improve
build speed on mac.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6580010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75972 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75971 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when multiple
ChromeFrame versions are loaded in IE. We have code in ChromeFrame which attempts to fallback
to the older version in case it is already loaded. This is done by creating a named shared memory
block which contains the version of the loaded dll. Newer versions look at this block and fallback
to the older version if any. However due to a small oversight this never worked as the shared
memory block was created unnamed. Thus the fallbacks never occurred leading to multiple
chrome frame binaries attempting to patch urlmon, etc.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=74047
BUG=74047
Review URL: http://codereview.chromium.org/6581045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75969 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=carnitas
TEST=compiles
Review URL: http://codereview.chromium.org/6581038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75968 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=ben@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75966 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously we were truncating the values when we should have
been rounding.
Also loosen some checks for comparing doubles.
BUG=72256
Review URL: http://codereview.chromium.org/6575016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75965 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6580021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75964 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6579045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75962 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A bunch of hard-coded references to icudt42.dll are updated to
refer to icudt46.dll.
See also http://codereview.chromium.org/6575042/ (and there's one more accompanying CL - internal).
I'll follow up this CL with a change to rename icudtXX.dll to icudt.dll
so that I don't have to do this again next time.
BUG=73991,61514
TEST=daily archived builds have icudt46.dll
Review URL: http://codereview.chromium.org/6580046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75961 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added and updated API for converting points between views' coordinate systems,
taking transformations into consideration. This in turn gives us, for free,
transformation for located events (mouse events, touch events).
BUG=none
TEST=ViewTest.TransformEvent
Review URL: http://codereview.chromium.org/6534015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75960 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=safebrowsing related tests stay green.
BUG=NONE
Review URL: http://codereview.chromium.org/6578004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75957 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73784
TEST=ExtensionApiTest.TabCrashBrowser
Review URL: http://codereview.chromium.org/6579013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75956 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
https://bugs.webkit.org/show_bug.cgi?id=54566 and also matches a change in Firefox 4.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6576043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75955 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=compile
Review URL: http://codereview.chromium.org/6581015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75953 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=erg
BUG=60090
TEST=none
Review URL: http://codereview.chromium.org/6574037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75951 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
brings Gtk up to par with windows.
Also, I fixed the tab to search box to have 1 pixel gap above and below, which matches site type box and the content setting box (from this patch).
BUG=60090
TEST=popuptest.com
Review URL: http://codereview.chromium.org/6532072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75950 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=updated Flapper actually works
Review URL: http://codereview.chromium.org/6580045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75949 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6578031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75948 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73427
TEST=./unit_tests --gtest_filter="PrefValueStoreTest.*" && ./unit_tests --gtest_filter="ExtensionPrefValueMapTest.*" && ./browser_tests --gtest_filter=ExtensionApiTest.IncognitoContentSettings && ./browser_tests --gtest_filter=ExtensionApiTest.ContentSettings
Review URL: http://codereview.chromium.org/6542021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75947 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=72591
TEST=
Review URL: http://codereview.chromium.org/6480099
Patch from John Bates <jbates@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75945 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
There were a couple of tabs where there should be spaces in views.gyp.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6578006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75943 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These failures occurred
because of new expectations in these tests which match the server ip address and port being
connected to. We need to return that information from ChromeFrame.
Fix is to send over the corresponding HostPortPair structure in the AutomationMsg_RequestStarted
IPC message. A major part of this CL is basically the groundwork to pass this information over
via automation.
BUG=none
TEST=chrome frame net tests should pass.
Review URL: http://codereview.chromium.org/6575027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75942 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The idea is to remove RootView from the public API of Views and eventually move it into the internal namespace. It is really an implementation detail of event propagation into a view hierarchy.
Anyone that calls GetRootView() and does something that isn't a View method should be calling that method on the Widget instead...
e.g. instead of calling GetRootView()->NotifyThemeChanged(), call GetWidget()->ThemeChanged().
The RootView is a focus traversable, which is fine, but calling code should call GetWidget()->GetFocusTraversable() to obtain it, rather than knowing RootView is-a focus traversable and just calling GetRootView().
This also changes FocusManager::ContainsView to be simpler and cross platform. Since there is one FocusManager per view hierarchy (attached to the toplevel Widget), getting the view's focus manager and comparing it to the current focus manager is a sufficient test.
BUG=72040
TEST=existing unittests, none
Review URL: http://codereview.chromium.org/6577017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75940 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=carnitas
TEST=compiles
Review URL: http://codereview.chromium.org/6575020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75939 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
browser when maximized. This change is for views only.
BUG=14739
TEST=Maximize the browser window. Download a file to make the download bar appear. Ensure that clicking anywhere below to to the right of the close button closes the download bar. This includes the edge-most pixels. Ensure that this does not work when the browser is not maximized.
Review URL: http://codereview.chromium.org/6520022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75938 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=PrerenderBrowserTest.PrerenderExcessiveMemory
BUG=73855
Review URL: http://codereview.chromium.org/6576009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75936 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
out for Mac and Linux.
BUG=73915
TEST=performance tests
Review URL: http://codereview.chromium.org/6576026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75935 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=70688
TEST=none
TBR=ajwong
TBR=fischman@chromium.org
Review URL: http://codereview.chromium.org/6581044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75934 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=70688
TEST=none
TBR=ajwong
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75933 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=74029
TBR=jochen@chromium.org
Review URL: http://codereview.chromium.org/6581043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75932 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
label tags.
BUG=none
TEST=Reload settings window, verify that no HTML parsing warnings are reported.
Review URL: http://codereview.chromium.org/6576022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75929 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
space now for expanding the number of named cursors.
BUG=73356
TEST=no visible change; PPAPI custom cursors are currently not implemented anyway
Review URL: http://codereview.chromium.org/6576034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75928 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove web_ui_util::GetJsonResponseFromFirstArgumentInList() &
web_ui_util::GetJsonResponseFromArgumentList().
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6574007
TBR=kmadhusu@chromium.org
Review URL: http://codereview.chromium.org/6575038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75927 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
ssl_client_socket_nss_factory.{h,cc}. They are obsolete.
R=rch
BUG=43461
TEST=no build failures.
Review URL: http://codereview.chromium.org/6579024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75926 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=yurys
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75925 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=70688
TEST=none
TBR=scherkus
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75924 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73156
TEST=go to test page noted in bug, tilt laptop all the way to the right; it should show maximum 89.999... gamma. It should not flip to -90.
Review URL: http://codereview.chromium.org/6578011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75923 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
on Views accessibility for everything.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6501003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75922 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
ppb_flash_file.* is intended to contain multiple (very similar) interfaces, of
which the ModuleLocal stuff is one.
BUG=none
TEST="everything" still works
Review URL: http://codereview.chromium.org/6579026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75921 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
datatypes). Fix passphrase race.
BUG=73218,59242
TEST=unit,sync_unit,sync_integration
Review URL: http://codereview.chromium.org/6561001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75920 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST="Will it build?"
Review URL: http://codereview.chromium.org/6577023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75917 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. (Transactions will be introduced in the next submission.) Fixed a problem in the caching of search results as the user types each character in a search term. Updated the unit test associated with that code.
Added (temporary) flag which can be used to turn on the HQP (enable-history-quick-provider); also added it to about:flags.
Previously reviewed as http://codereview.chromium.org/6286029/.
BUG=19736, 60107
TEST=Added unit tests.
Review URL: http://codereview.chromium.org/6578018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75912 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove web_ui_util::GetJsonResponseFromFirstArgumentInList() &
web_ui_util::GetJsonResponseFromArgumentList().
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6574007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75911 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6579040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75910 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/6576040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75905 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=74029
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/6577018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75904 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for the currently displayed data source in
OnDisplayPrerenderedPage. If there's a provisional data
source, it still thinks its being prerendered when it
becomes the main data source.
This CL fixes that issue. To do this, it moves the
|is_prerendering_| flag over to the RenderView. While
not a strictly necessary design change, things are a bit
less bug-prone this way.
Also changes how |was_started_as_prerender| is set.
BUG=73173
TEST=none, yet
(manual test: Go to http://peter.sh and refresh it a few times, with prerender enabled and a debug build. Notice lack of DCHECK assertion in OnDisplayPrerenderedPage)
Review URL: http://codereview.chromium.org/6532031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75903 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6580019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75902 0039d316-1c4b-4281-b951-d872f2087c98
|