- 10 Jul, 2014 40 commits
-
-
vadimsh@chromium.org authored
$ git log f37f51218..c8437bfa4 --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-07-09 vadimsh Add --task-summary-json parameter to swarming.py collect. 2014-07-09 vadimsh Fix tuple unpack exception. R=maruel@chromium.org BUG= Review URL: https://codereview.chromium.org/379193005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282349 0039d316-1c4b-4281-b951-d872f2087c98
-
mvanouwerkerk@chromium.org authored
BUG=350377 Review URL: https://codereview.chromium.org/366323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282348 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
We shouldn't ever get ICU errors when checking for enterprise domains, but apparently they do happen out in the field. Instead of crashing, we instead gracefully handle errors by treating domains in that case as potential enterprise domains (skipping the optimization). BUG=365351 Review URL: https://codereview.chromium.org/386573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282347 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282346 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
Every invocation of Java method via an interface JS wrapper injected by Java bridge is preceded by a call to GetNamedProperty. As method presence can't change during Java object's lifetime, we should cache it on the renderer side, as every IPC call to the browser side is super-expensive. This optimization improves Cordova's "exec" benchmark speed by astonishing 60%, as we shave off half of the IPC calls. BUG=355644 Review URL: https://codereview.chromium.org/381683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282345 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/da03653f347e38a27e79b1dfb8c731bf9a184909..996861db81bec78480b83e7a77f18fd5a786320e CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel TBR=jcgregorio@google.com BUG= Review URL: https://codereview.chromium.org/384633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282344 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This policy is now supported and removing this attribute makes sure that it is included in the generated documentation. BUG=368801 Review URL: https://codereview.chromium.org/380183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282343 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=387614 TBR=brettw,danakj Review URL: https://codereview.chromium.org/376193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282342 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
BUG=390267 Review URL: https://codereview.chromium.org/360403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282341 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
BUG=354210 Review URL: https://codereview.chromium.org/377223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282340 0039d316-1c4b-4281-b951-d872f2087c98
-
evy@chromium.org authored
To allow the user to return to TouchExplorationMode with mouse moves passed through, there is a one line change in the .cc file (386). Manual cursor_client changes have been added to the unit tests. A browser test has been added to more accurately test the cursor state. TEST= TouchExplorationTest.SplitTap (ui_unittest) TouchExplorationTest.SplitTapExplore (browser_test) BUG=389584 Review URL: https://codereview.chromium.org/359453003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282339 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This reverts https://codereview.chromium.org/387513002/ which was wrong, and applies something like https://codereview.chromium.org/376403002/ to the 64bit rpm expectations. BUG=360311 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/382773005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282338 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282337 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Please reply to the V8 sheriff dslomov@chromium.org in case of problems. TBR=dslomov@chromium.org Review URL: https://codereview.chromium.org/384603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282336 0039d316-1c4b-4281-b951-d872f2087c98
-
kcarattini@chromium.org authored
Adds a current page indicator to the launcher when the experimental app launcher is enabled. BUG=391642 Review URL: https://codereview.chromium.org/380613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282335 0039d316-1c4b-4281-b951-d872f2087c98
-
sanjoy.pal@samsung.com authored
BUG=None Review URL: https://codereview.chromium.org/376133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282334 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
An earlier change to narrow the whitelisting behavior for the Compositor and VideoDecode APIs enforced whitelisting, but removed the channel version check which permits use of these API on dev and canary builds of Chrome. https://codereview.chromium.org/346263006 This fixes that regression (and highlights the need for better testing for API permissions). BUG= Review URL: https://codereview.chromium.org/378353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282333 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Two recent flakes: http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29/builds/32469 http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29/builds/32479 (One before the clang switch, one after, so it's unrelated to that.) BUG=367701 TBR=yutak@chromium.org Review URL: https://codereview.chromium.org/384783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282332 0039d316-1c4b-4281-b951-d872f2087c98
-
kaliamoorthi@chromium.org authored
> Map WebSocket URL schemes to HTTP URL schemes for auth purposes. > > This permits WebSocket connections to inherit credentials from HTTP pages, and > matches the behaviour of other browsers. > > Design doc: https://docs.google.com/a/chromium.org/document/d/129rLtf5x3hvhP5rayLiSxnEjOXS8Z7EnLJgBL4CdwjI/edit > > Also consider any 401 or 407 results that reach the WebSocketStream > URLRequest::Delegate to be unrecoverable errors. > > Also ensure that the response headers are reported back to the renderer > when the developer tools are open and a 401 error happens. > > BUG=123862 > > Review URL: https://codereview.chromium.org/336263005 Seems to cause WebSocket1 failure in WinXP TBR=ricea@chromium.org Review URL: https://codereview.chromium.org/388493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282331 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
The patch made the bubble unresponsive on Win (see crbug/392734). > Password bubble: Don't focus by default. > > BUG=383821 > > Review URL: https://codereview.chromium.org/373043003 TBR=mkwst@chromium.org Review URL: https://codereview.chromium.org/381913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282325 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Follow-up to https://codereview.chromium.org/376403002/ , looks like the 64bit bot just hadn't cycled yet. BUG=360311 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/387513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282324 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282323 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177812:177816&mode=html TBR=yutak@chromium.org,junov@chromium.org BUG= Review URL: https://codereview.chromium.org/382633007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282322 0039d316-1c4b-4281-b951-d872f2087c98
-
kouhei@chromium.org authored
Yak shaving to land https://codereview.chromium.org/380533003/ Before the patch, |MemoryObserver| called |GetMemoryUsageKB()| without any check, which is only valid after webkit is initialized. GetMemoryUsageKB queries |v8::Isolate::GetCurrent()| internally, but the query fails on DCHECK on debug builds. This patch moves the |MemoryObserver| instantiation inside |RenderThreadImpl::EnsureWebKitInitialized|. BUG=None Review URL: https://codereview.chromium.org/380603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282321 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/378823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282319 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
Review URL: https://codereview.chromium.org/380123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282318 0039d316-1c4b-4281-b951-d872f2087c98
-
hyunki.baik@samsung.com authored
When vertical_density is 1, the value of horizontal_density from do_clustering() should be equal to 1. Thus, it skips the horizontal sort process in this case. When I checked logs in google.com and www.naver.com, this condition (vertical_density equals to 1) is met for more than 70% of cases. BUG=312861 Review URL: https://codereview.chromium.org/379823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282317 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/356613002vitalybuka@chromium.org authored
> Add function queryForNewLocalDevices to send query for new local devices, > implement it for mDNS (WiFi devices forthcoming) > > BUG=383167 > > Review URL: https://codereview.chromium.org/356613002 TBR=noamsml@chromium.org Review URL: https://codereview.chromium.org/387453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282315 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282314 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177793:177811&mode=html TBR=yutak@chromium.org,junov@chromium.org BUG= Review URL: https://codereview.chromium.org/379973005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282313 0039d316-1c4b-4281-b951-d872f2087c98
-
tmdiep@chromium.org authored
Ephemeral apps should not be used to open files via the ChromeOS file manager as they are not permanently installed. BUG=391145 TEST=unit_tests Review URL: https://codereview.chromium.org/381583007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282312 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
These should be generated by the browser instead. I considered verifying the generated credentials but I think that's better done in a different test. R=bemasc@chromium.org Review URL: https://codereview.chromium.org/376863005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282311 0039d316-1c4b-4281-b951-d872f2087c98
-
engedy@chromium.org authored
With the old approach (storing the current and old passwords for a form), we could not tell apart login forms from sign-up forms and change password forms that did not have a password confirmation field. Furthermore, the new approach align more nicely with the new-password and current-password scheme we use for the autocomplete attributes. BUG=375333 Review URL: https://codereview.chromium.org/356223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282310 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
These tests will be broken by the blink side change which removes HeaderMap and introduces Headers class. https://codereview.chromium.org/373613004/ After the blink side change will land, I will re-enable the tests. BUG=373120 Review URL: https://codereview.chromium.org/379323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282309 0039d316-1c4b-4281-b951-d872f2087c98
-
mohsen@chromium.org authored
Currently, display offset for a gfx::RenderText is computed automatically to ensure the cursor is always visible. This CL adds the ability to set display offset explicitly which, as an example, can be useful in adding touch scrolling to textfields. Display offset set this way is not permanent and will be recalculated next time a property (text, font, alignment, etc.) is changed. BUG=388862 Review URL: https://codereview.chromium.org/378723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282308 0039d316-1c4b-4281-b951-d872f2087c98
-
ricea@chromium.org authored
This permits WebSocket connections to inherit credentials from HTTP pages, and matches the behaviour of other browsers. Design doc: https://docs.google.com/a/chromium.org/document/d/129rLtf5x3hvhP5rayLiSxnEjOXS8Z7EnLJgBL4CdwjI/edit Also consider any 401 or 407 results that reach the WebSocketStream URLRequest::Delegate to be unrecoverable errors. Also ensure that the response headers are reported back to the renderer when the developer tools are open and a 401 error happens. BUG=123862 Review URL: https://codereview.chromium.org/336263005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282307 0039d316-1c4b-4281-b951-d872f2087c98
-
jungjik.lee@samsung.com authored
RenderArena object is deprecated in WebCore. And WebCore path has been changed from WebCore to core. BUG=None Review URL: https://codereview.chromium.org/352113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282306 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
Most methods simulate TrackerIDSet structure on LevelDB entries. GetTrackerIDSetByPrefix() builds up a real TrackerIDSet to get gathered information. BUG=347425 TEST=./unit_tests --gtest_filter="MetadataDatabaseIndexOnDiskTest*" Review URL: https://codereview.chromium.org/371873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282305 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
TBR=nduca@chromium.org BUG= Review URL: https://codereview.chromium.org/379403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282304 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=344769 TEST=unit_tests --gtest_filter="SyncProcessRunnerTest.*" Review URL: https://codereview.chromium.org/373413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282303 0039d316-1c4b-4281-b951-d872f2087c98
-