- 20 Feb, 2014 40 commits
-
-
jar@chromium.org authored
Provide a command line flag that can accept a list or range of resolution IP address (such as those for a known CDN), and place an alternative resolution at the start of the resolution list (driving towrads a test server). r=wtc BUG=342116 Review URL: https://codereview.chromium.org/156963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252289 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This patch whitelists the recovery tool, so the Files app doesn't pop up when a USB/SD is inserted. This is a temporary solution for M34. TEST=Tested manually on Pixel. BUG=341711 Review URL: https://codereview.chromium.org/171513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252288 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Android has a custom UI and code for handing bookmark import. BUG=326023 Review URL: https://codereview.chromium.org/167533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252286 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Instead save the thread of the DrawGL call and use that to determine if GL is allowed. Not that RequestGL and most other things still run on UI thread. No thread safety added in this change. BUG=344087 Review URL: https://codereview.chromium.org/172793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252285 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=345126 Review URL: https://codereview.chromium.org/172523004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252284 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=344675 R=jamiewalch@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251937 Review URL: https://codereview.chromium.org/171523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252283 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Handle several corner cases of touch event handling, particularly if an exception occurs between |onTouchEventHandlingBegin| and |onTouchEventHandlingEnd| in ContentViewGestureHandler. BUG=344674,341495 NOTRY=true Review URL: https://codereview.chromium.org/170673005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252282 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
PNaCl plugin will need to share lists of sources with the existing targets. Moved these lists to remoting_srcs.gypy to avoid duplicating them. BUG=276739 Review URL: https://codereview.chromium.org/172873007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252281 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
Track if raster worker pool instances have pending tasks and avoid scheduling of empty task queue unless raster worker pool has pending tasks. BUG=269841 Review URL: https://codereview.chromium.org/172783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252280 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/147513003/mostynb@opera.com authored
Since linux builds now depend on macros defined in linux/magic.h let's make sure that some of the newer values are set. Review URL: https://codereview.chromium.org/170823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252279 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@google.com authored
BUG=240237 TEST=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/172103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252278 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252277 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=%2Ftrunk&range=167448%3A167498&mode=html TBR=acolwell Review URL: https://codereview.chromium.org/171233011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252276 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252275 0039d316-1c4b-4281-b951-d872f2087c98
-
danno@chromium.org authored
TBR=danno@chromium.org Review URL: https://codereview.chromium.org/172223006 Patch from Michael Achenbach <machenbach@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252273 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=yzshen@chromium.org Review URL: https://codereview.chromium.org/173333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252272 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
BUG= Review URL: https://codereview.chromium.org/172563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252271 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 R=tommi@chromium.org Review URL: https://codereview.chromium.org/172963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252270 0039d316-1c4b-4281-b951-d872f2087c98
-
tommyw@chromium.org authored
It can happen that when a page with an Speech Recognition enabled input goes away directly after pressing the speech icon that the bubble is using a stale pointer; so instead of cashing a WebContents pointer I look it up every time instead. BUG=330660 Review URL: https://codereview.chromium.org/148343008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252269 0039d316-1c4b-4281-b951-d872f2087c98
-
oetuaho@nvidia.com authored
After recently implemented support for rendering to 32-bit floating point textures on ES3, texture's internal format and format do not necessarily always match. Fix the command decoder code that relied on them matching. BUG=329605 TEST=gpu_unittests, WebGL conformance tests Review URL: https://codereview.chromium.org/168983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252268 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
Enable the "inputmode" HTML5 attribute via Blink's experimental feature flag. BUG=244688 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/170293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252265 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
This is part of a long-running background task to remove the remaining uses of the unchecked IPC_ENUM_TRAITS() macro. BUG=246708 Review URL: https://codereview.chromium.org/170263007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252264 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=340466 R=harrym@chromium.org Review URL: https://codereview.chromium.org/165943011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252263 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
To double-check that they haven't been firing. BUG=108130 R=mattm@chromium.org Review URL: https://codereview.chromium.org/165373006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252262 0039d316-1c4b-4281-b951-d872f2087c98
-
pedrosimonetti@chromium.org authored
Related change: https://chrome-internal-review.googlesource.com/#/c/154947/ BUG=341765 Review URL: https://codereview.chromium.org/164753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252261 0039d316-1c4b-4281-b951-d872f2087c98
-
brianderson@chromium.org authored
BUG=344090 Review URL: https://codereview.chromium.org/164373012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252260 0039d316-1c4b-4281-b951-d872f2087c98
-
damienv@chromium.org authored
Abort the playback if a specific stream triggers some high memory usage. BUG=343304 Review URL: https://codereview.chromium.org/164233005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252259 0039d316-1c4b-4281-b951-d872f2087c98
-
weitaosu@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/138833009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252258 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Applying the transforms on a Window's bounds does not give the correct transformed bounds of the window in its parent's coordinate system. For example, a Window with size 300x200 at position 20,10 and scaled at 50% has bounds (20, 10, 150, 100), and not (10, 5, 150, 100). So remove this transform from the window-targeting code, and instead convert the event's location to be in the child Window's coordinate system when doing hit-testing. This fixes selecting windows when in overview mode. BUG=339834 R=sky@chromium.org Review URL: https://codereview.chromium.org/167323004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252257 0039d316-1c4b-4281-b951-d872f2087c98
-
pavely@chromium.org authored
In certain scenario SyncSetupOverlay shows and closes very fast. In this case according to comment for ensureTransitionEndEvent in utils.js webkitTransitionEnd doesn't fire. Call ensureTransitionEndEvent to make sure event fires. R=dbeam@chromium.org BUG=343121 Review URL: https://codereview.chromium.org/173123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252256 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Use version 41 and put the chrome version in the id field. BUG=344694 Review URL: https://codereview.chromium.org/171683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252255 0039d316-1c4b-4281-b951-d872f2087c98
-
bokan@chromium.org authored
Changed the painting method to translate the canvas back to the origin before performing the scale to prevent losing pixels due to rounding. Also made the it take the layer-space rect as a parameter, instead of trying to reconstruct it from the (possibly-clamped) content-rect, and calculate the layer-space to content-space scaling factor directly from rects. BUG=336534 Review URL: https://codereview.chromium.org/150603004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252254 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
We have a number of instances where unit tests call UrlOf('blank.html') or something similar. The _base_dir is src/tools/telemetry/unittest_data, so the output of relpath is something like ../blank.html. This works because the http server just ignores the ../ and serves up http://localhost/blank.html. In the case of cros autotests, the output of relpath ends up being something like ../../../../../../autotest/, and this doesn't work. When running unit tests via autotest, cwd and the unittest_data directory have no common parent. If they did, the buggy code would continue to work. This patch introduces navigate_to_test.NavigateToTestFile, which takes a filename relative to the unittest data directory, converts it to an absolute path, sets up an http server pointing to the unittest data directory, and navigates the tab to the file as requested. tab_test_case.Navigate is a wrapper used by the majority of these unit tests. Enable all previously failing cros unittests as well. BUG=337582 TEST=manual Review URL: https://codereview.chromium.org/151003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252253 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252251 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
Now ServiceWorkerScriptContext::OnFetchEvent provides a dummy response to the callback. BUG=342301 TEST=content_browsertests:ServiceWorkerVersionBrowserTest.Fetch Review URL: https://codereview.chromium.org/164753006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252249 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
TBR=benm NOTRY=true Review URL: https://codereview.chromium.org/173073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252248 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
Also added copyright notices to these files. strings.xml has been moved to a values/ directory for consistency, although we ultimately want to get rid of that file. NOTRY=true Review URL: https://codereview.chromium.org/171533011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252247 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This patch prevents us from constructing a new Tab object at each navigation which permits the tab contents video capture API to cache its tab contents bounding box. I also suspect it might help with flake and noise as we no longer connect and disconnect so frequently and no longer depend on the python GC to do so. BUG= Review URL: https://codereview.chromium.org/170283006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252246 0039d316-1c4b-4281-b951-d872f2087c98
-
dslomov@chromium.org authored
Revert of Removed tls_edit post process rules from nacl_irt (https://codereview.chromium.org/157053008/) Reason for revert: Google Chrome compilation breakage http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Mac/builds/16569 Original issue's description: > Removed tls_edit post process rules from nacl_irt > > Now that build_nexe.py is in charge of applying tls_edit to IRT Nexe's, > we no longer need separate rules to apply tls_edit. > > BUG= https://code.google.com/p/nativeclient/issues/detail?id=3127 > TEST= trybots > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252237 TBR=mcgrathr@chromium.org,noelallen@chromium.org,mseaborn@chromium.org,bradnelson@google.com,bradnelson@chromium.org,noelallen@google.com,dyen@chromium.org NOTREECHECKS=true NOTRY=true BUG= https://code.google.com/p/nativeclient/issues/detail?id=3127 Review URL: https://codereview.chromium.org/172473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252245 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252242 0039d316-1c4b-4281-b951-d872f2087c98
-