- 14 Aug, 2014 40 commits
-
-
dmazzoni@chromium.org authored
It's not safe to call WebAXObject functions when there's a layout pending. Chrome never does this, it only calls WebAXObject from renderer_accessibility_complete, and it makes sure to update layout before accessing the accessibility tree. TestRunner didn't have the same protections, so this just explicitly updates the layout before any accessibility call. BUG=393829 Review URL: https://codereview.chromium.org/469803003 Cr-Commit-Position: refs/heads/master@{#289489} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289489 0039d316-1c4b-4281-b951-d872f2087c98
-
evy@chromium.org authored
BUG=393768, 395895 Review URL: https://codereview.chromium.org/447893003 Cr-Commit-Position: refs/heads/master@{#289488} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289488 0039d316-1c4b-4281-b951-d872f2087c98
-
ernstm@chromium.org authored
R=nednguyen@google.com, tonyg@chromium.org BUG= Review URL: https://codereview.chromium.org/474613002 Cr-Commit-Position: refs/heads/master@{#289487} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289487 0039d316-1c4b-4281-b951-d872f2087c98
-
andresantoso@chromium.org authored
The default views scrollbars look out of place on Mac OS X. As a start, theme the scrollbar drawing to look like the native non-overlay scrollbars. It looks like a simple round-rect that is inset from the track, with a line border next to the content area. BUG=401346 Review URL: https://codereview.chromium.org/456473002 Cr-Commit-Position: refs/heads/master@{#289486} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289486 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
Usage: chrome --dbus-stub --dbus-unstub-clients=client_1[,client_2[,...]] where <client_n> is in from the set of (bluetooth, cras, cros_disks, cryptohome, debug_daemon, easy_unlock, lorgnette_manager, shill, gsm_sms, imageburner, introspectable, modem_messaging, nfc, permission_broker, power_manager, session_manager, sms, system_clock, update_engine) BUG=401192 TEST=manual + DBusClientBundle.UnstubFlagParser Review URL: https://codereview.chromium.org/444263002 Cr-Commit-Position: refs/heads/master@{#289485} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289485 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403687 TBR=thesig@chromium.org Excluding tests that are timing out on drmemory BUG=403687 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/475693002 Cr-Commit-Position: refs/heads/master@{#289484} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289484 0039d316-1c4b-4281-b951-d872f2087c98
-
andresantoso@chromium.org authored
vertical and horizontal tracks together. Update ScrollView to allow the native theme to paint the corner square when both horizontal and vertical scrollbars are showing. This is done by installing a view at the corner and have it call NativeTheme::Paint(..). BUG=401346 Review URL: https://codereview.chromium.org/462373002 Cr-Commit-Position: refs/heads/master@{#289483} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289483 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403687 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/471883002 Cr-Commit-Position: refs/heads/master@{#289482} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289482 0039d316-1c4b-4281-b951-d872f2087c98
-
smaslo@chromium.org authored
Adds the ability for users to change the font size of distilled pages. Adds SeekBar to layout and supporting observers. BUG=383630 Review URL: https://codereview.chromium.org/465493002 Cr-Commit-Position: refs/heads/master@{#289481} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289481 0039d316-1c4b-4281-b951-d872f2087c98
-
weiliangc@chromium.org authored
When on demand raster is not allowed, when tiles are OOM, checkerboard or solid color quad should be produced rather than nothing. Add a unittest for this exact same scenario. BUG=402321 Review URL: https://codereview.chromium.org/468983002 Cr-Commit-Position: refs/heads/master@{#289480} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289480 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403681 TBR=mallinath@chromium.org Review URL: https://codereview.chromium.org/477573002 Cr-Commit-Position: refs/heads/master@{#289479} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289479 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@chromium.org authored
BUG=403239 R=estade@chromium.org Review URL: https://codereview.chromium.org/470503002 Cr-Commit-Position: refs/heads/master@{#289478} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289478 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
The min/max gesture bounds are a semi-hacky workaround for unpredictable touch devices. For mouse and stylus inputs, we should avoid applying these bounds, preventing undesirable side-effects like tap disambiguation for mouse clicks. BUG=403368 Review URL: https://codereview.chromium.org/468043003 Cr-Commit-Position: refs/heads/master@{#289477} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289477 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
Cr-Commit-Position: refs/heads/master@{#289476} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289476 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
Blink-side change: https://codereview.chromium.org/473743002/ BUG=396400 TEST=https://codereview.chromium.org/466723002/ NOTRY=true Review URL: https://codereview.chromium.org/470843002 Cr-Commit-Position: refs/heads/master@{#289475} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289475 0039d316-1c4b-4281-b951-d872f2087c98
-
hush@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/461333002 Cr-Commit-Position: refs/heads/master@{#289474} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289474 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=399696 Review URL: https://codereview.chromium.org/454613003 Cr-Commit-Position: refs/heads/master@{#289473} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289473 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
See https://codereview.chromium.org/467193003/ for how. BUG=none Review URL: https://codereview.chromium.org/470663002 Cr-Commit-Position: refs/heads/master@{#289472} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289472 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
For some reason the test-results server is crashing when processing the uploaded JSON file. I'm not sure if the file format is invalid, or if we're hitting some other problem on the server. However, if we get a 500 back from the server, we fail the test run, and that is bad, so for now, we'll disable the upload. TBR=ojan@chromium.org, tonyg@chromium.org BUG=403663 Review URL: https://codereview.chromium.org/470823003 Cr-Commit-Position: refs/heads/master@{#289471} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289471 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Found at first by for f in $(ack --cpp -l 'grit/' ui/); do if ! grep -q ID $f; then echo $f; fi; done Then extended to all folders by using git grep -l grit/ui_resources.h -- '*.cc' instead of the ack call. Somewhat surprisingly, the latter command didn't find more than the first. Also do the same for l10n_util.h and resource_bundle.h using the techniques described in https://codereview.chromium.org/454583002/ BUG=401588 Review URL: https://codereview.chromium.org/467193003 Cr-Commit-Position: refs/heads/master@{#289470} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289470 0039d316-1c4b-4281-b951-d872f2087c98
-
sclittle@chromium.org authored
Added support for a new instruction 'block-once' that, when present in the 'Chrome-Proxy' HTTP response header, causes data reduction proxies to be bypassed when retrying the current request (if it's idempotent), but does not cause data reduction proxies to be bypassed for future requests. BUG=325328 Review URL: https://codereview.chromium.org/467823002 Cr-Commit-Position: refs/heads/master@{#289469} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289469 0039d316-1c4b-4281-b951-d872f2087c98
-
lisayin@chromium.org authored
controller is on. If the user presses and holds the bottom right or left corner of the screen past a time delay, an earcon will sound, and then any subsequent fingers added onto the screen will send touch events as normal (passed through) as long as one finger is at a corner of the screen. Once the finger on the corner of the screen has lifted, then nothing will happen until all the fingers on the screen have been lifted. UPDATE: Added earcons (short sound notifications) to indicate to the user if they have moved their finger off the screen or onto the screen or if they are in passthrough. BUG=396310 Review URL: https://codereview.chromium.org/410783002 Cr-Commit-Position: refs/heads/master@{#289468} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289468 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
simpler than before. Instead the test just waits for the embed to happen (since it's all URL fakery anyway) and returns the id of the root view. Also adds a simple window manager shell implementation for tests, needed to keep the window manager tests from crashing. R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/466273002 Cr-Commit-Position: refs/heads/master@{#289467} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289467 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
These histograms are related to SQLite load times and specifically the registry controlled domains. TBR=asvitkine@chromium.org BUG=370672 NOTRY=true Review URL: https://codereview.chromium.org/470043002 Cr-Commit-Position: refs/heads/master@{#289466} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289466 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=16326,17291,19196,19377,19463,22098,95902 NOTRY=true Review URL: https://codereview.chromium.org/471783002 Cr-Commit-Position: refs/heads/master@{#289465} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289465 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
|split_view_controller_| depends on |mru_window_tracker_|. So destroy them in the correct order to avoid the use-after-free when destroying the window manager. BUG=none TBR=mfomitchev@chromium.org, oshima@chromium.org Review URL: https://codereview.chromium.org/471803002 Cr-Commit-Position: refs/heads/master@{#289464} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289464 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
Turns out we need it to be included in full_results.json as well as passed as a URL parameter :(. TBR=ojan@chromium.org, tonyg@chromium.org BUG=323212 Review URL: https://codereview.chromium.org/474843002 Cr-Commit-Position: refs/heads/master@{#289459} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289459 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
Cr-Commit-Position: refs/heads/master@{#289456} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289456 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
When a window is dragged horizontally in the overview-mode, create an OverviewToolbar object. The toolbar shows a couple of ActionButtons for 'close' and 'split' options. If the user drags (and drops) the window over the 'split' button, then the split-view mode is triggered. The buttons are highlighted (scaled up 50%) to indicate the action that will be performed. BUG=402598 R=mfomitchev@chromium.org, mukai@chromium.org Review URL: https://codereview.chromium.org/459613008 Cr-Commit-Position: refs/heads/master@{#289454} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289454 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
This allows all CdmPromise objects to report their result (success or exception) if given the name of a histogram at construction. As an example, a UMA for the unprefixed NewSession method is included. BUG=351501 Review URL: https://codereview.chromium.org/452643002 Cr-Commit-Position: refs/heads/master@{#289453} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289453 0039d316-1c4b-4281-b951-d872f2087c98
-
arnarb@chromium.org authored
APIs support the U2F spec complient discovery based on Usage Pages. Request batch attestation certs for consumer appIds BUG=403301 Review URL: https://codereview.chromium.org/461403003 Cr-Commit-Position: refs/heads/master@{#289452} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289452 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
R=vmpstr,enne BUG=401209 Review URL: https://codereview.chromium.org/463403002 Cr-Commit-Position: refs/heads/master@{#289451} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289451 0039d316-1c4b-4281-b951-d872f2087c98
-
ckehoe@chromium.org authored
BUG=403284 Review URL: https://codereview.chromium.org/468213002 Cr-Commit-Position: refs/heads/master@{#289450} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289450 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=341408 Review URL: https://codereview.chromium.org/474473002 Cr-Commit-Position: refs/heads/master@{#289449} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289449 0039d316-1c4b-4281-b951-d872f2087c98
-
smaslo@chromium.org authored
Adds a method to DistilledPagePrefsView that creates and shows an AlertDialog with a DistilledPagePrefsView. CQ_TRYBOTS=tryserver.chromium.linux:android_aosp,android_clang_dbg,android_dbg BUG=383630 Review URL: https://codereview.chromium.org/462253004 Cr-Commit-Position: refs/heads/master@{#289445} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289445 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403628 TBR=dbeam@chromium.org Review URL: https://codereview.chromium.org/469093003 Cr-Commit-Position: refs/heads/master@{#289442} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289442 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403627 TBR=michaelpg@chromium.org Review URL: https://codereview.chromium.org/470813002 Cr-Commit-Position: refs/heads/master@{#289441} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289441 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289440} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289440 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
Along with a matching suppression for lsan. TBR=adamk@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/470793002 Cr-Commit-Position: refs/heads/master@{#289438} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289438 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Both methods do almost the same and just difer on whether or not to load the common resources (aka chrome pak files!). BUG=340082 TEST=None R=tony@chromium.org,lambroslambrou@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/457103003 Cr-Commit-Position: refs/heads/master@{#289435} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289435 0039d316-1c4b-4281-b951-d872f2087c98
-