- 14 Aug, 2014 40 commits
-
-
dzhioev@chromium.org authored
UserImageSyncObserver obtained profile in a strange and wrong way. Now it uses GetProfileByUser. BUG=NONE TEST=manually Review URL: https://codereview.chromium.org/474603002 Cr-Commit-Position: refs/heads/master@{#289506} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289506 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
This will help to investigate cases of Chrome running out of renderer services on Android. BUG=396568 R=yfriedman@chromium.org Review URL: https://codereview.chromium.org/464403002 Cr-Commit-Position: refs/heads/master@{#289505} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289505 0039d316-1c4b-4281-b951-d872f2087c98
-
elijahtaylor@chromium.org authored
* show ID when "Developer Mode" is checked BUG=393670 Review URL: https://codereview.chromium.org/462273003 Cr-Commit-Position: refs/heads/master@{#289504} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289504 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=239656 Review URL: https://codereview.chromium.org/287153006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271719 0039d316-1c4b-4281-b951-d872f2087c98 Review URL: https://codereview.chromium.org/460133002 Cr-Commit-Position: refs/heads/master@{#289503} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289503 0039d316-1c4b-4281-b951-d872f2087c98
-
ckocagil@chromium.org authored
RenderTextHarfBuzz will be enabled by default in the future, when the relevant bugs are fixed. BUG=321868 R=msw Review URL: https://codereview.chromium.org/469083002 Cr-Commit-Position: refs/heads/master@{#289502} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289502 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Certain Android devices, as well as stylus and mouse inputs, may report zero for the touch size. These sizes are used when constructing the rect for touch handle insersection tests. However, gfx::RectBase will always report false when performing the intersection test if either rect is empty. Add an appropriate epsilon minimum touch size when forming the touch bounding box rect. BUG=402795 Review URL: https://codereview.chromium.org/462163002 Cr-Commit-Position: refs/heads/master@{#289501} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289501 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289500} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289500 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
R=jkummerow@chromium.org TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/473843002 Cr-Commit-Position: refs/heads/master@{#289499} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289499 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
Use X509_chain_up_ref, EVP_PKEY_dup, and newly-added X509_up_ref instead. Also RAII OpenSSLClientKeyStore. BUG=none Review URL: https://codereview.chromium.org/474663002 Cr-Commit-Position: refs/heads/master@{#289498} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289498 0039d316-1c4b-4281-b951-d872f2087c98
-
wuhu@google.com authored
BUG=396157 Review URL: https://codereview.chromium.org/427673006 Cr-Commit-Position: refs/heads/master@{#289497} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289497 0039d316-1c4b-4281-b951-d872f2087c98
-
rsorokin@chromium.org authored
Make "Join other network dialog" and "Join mobile network dialog" opens properly on multiple signin screen BUG=397100 Review URL: https://codereview.chromium.org/443673002 Cr-Commit-Position: refs/heads/master@{#289496} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289496 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Nexus10 is currently timing out before rendering the first frame of filter_terrain.svg. By extending the test from 5 to 10 seconds, we should give it more of a chance to render. This should also reduce noise on the other platforms. R=dtu@chromium.org BUG=402884 Review URL: https://codereview.chromium.org/462143002 Cr-Commit-Position: refs/heads/master@{#289495} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289495 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
BUG=235037 Review URL: https://codereview.chromium.org/465393002 Cr-Commit-Position: refs/heads/master@{#289494} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289494 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This caused a compile failure on the Chrome OS bots: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Builder%20%28dbg%29/builds/50095/steps/compile/logs/stdio > Test that simulates touch exploration and checks speech on tabs and also the empty bookmark bar. > > BUG=393768, 395895 > > Review URL: https://codereview.chromium.org/447893003 TBR=evy@chromium.org Review URL: https://codereview.chromium.org/463373005 Cr-Commit-Position: refs/heads/master@{#289493} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289493 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This caused failures on the Linux ASan bot: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%283%29/builds/6417/steps/cc_unittests/logs/DelegatingRendererWithTileOOM > Still produce quad when tile OOM and on demand raster is not allowed > > 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 TBR=weiliangc@chromium.org Review URL: https://codereview.chromium.org/473813002 Cr-Commit-Position: refs/heads/master@{#289492} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289492 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-