- 04 Jun, 2013 40 commits
-
-
nona@chromium.org authored
These keys are used in Canadian multilingual keyboard layout. BUG=245197 TEST=Manually done Review URL: https://chromiumcodereview.appspot.com/15955005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203859 0039d316-1c4b-4281-b951-d872f2087c98
-
vadimt@chromium.org authored
Using notifications.getAll and performing 3-way merge between active notifications, notifications data in storage and new set of cards from the server. BUG=164227 TEST=Nothing new. Review URL: https://chromiumcodereview.appspot.com/15868004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203858 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This code was added by Jay in r21438, but it isn't used anymore. So it's time to remove it now. BUG=80186 R=pkasting@chromium.org TBR=thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/15822005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203857 0039d316-1c4b-4281-b951-d872f2087c98
-
motek@chromium.org authored
The new method is available as preview under a command line switch. Some algorithm fixes remain + a proper Finch experiment. BUG=155269 Review URL: https://chromiumcodereview.appspot.com/15458003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203856 0039d316-1c4b-4281-b951-d872f2087c98
-
Samusaaron3@gmail.com authored
Allows users to change extension omnibox keywords through the chrome://settings/searchEngines page, and prevents extensions from registering the same keywords. Images demonstrating UI change (new on top, old on bottom): http://imgur.com/a/SDTvD BUG=74643 Review URL: https://chromiumcodereview.appspot.com/15805002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203855 0039d316-1c4b-4281-b951-d872f2087c98
-
benquan@chromium.org authored
BUG=242394 Review URL: https://chromiumcodereview.appspot.com/15487004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203854 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
This bot will run tests on an unrooted phone. Clean up bb_run_bot.py - use default args for BotConfig objects - exclusively use slave props for extra_gyp_defines BUG=236409 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15250004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203853 0039d316-1c4b-4281-b951-d872f2087c98
-
ahutter@chromium.org authored
BUG= 240333 Review URL: https://chromiumcodereview.appspot.com/14836006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203852 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=245942 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/15987009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203849 0039d316-1c4b-4281-b951-d872f2087c98
-
ycheo@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/16309003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203848 0039d316-1c4b-4281-b951-d872f2087c98
-
ajuma@chromium.org authored
This defines RollingTimeDeltaHistory, a class that stores a limited number of samples (of type base::TimeDelta) and allows computing percentiles on the stored set. When the maximum size is reached, each insertion results in the deletion of the oldest remaining sample. BUG=243459 Review URL: https://chromiumcodereview.appspot.com/15647015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203847 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
being deleted while the TabStripModel is closing tabs. I suspect is what is causing the crash. BUG=241445 TEST=covered by test R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/15896023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203846 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=237294 TEST=updated unit tests Review URL: https://chromiumcodereview.appspot.com/16295015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203845 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
The move of compositor input handling logic from WebKit to content gives us guarantees on how and when input events might be handled. As InputHandlerProxy handles input events synchronously, we now simply return the EventDisposition directly, rather than calling into a client interface with the result. Review URL: https://chromiumcodereview.appspot.com/15927023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203844 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
This file should have been deleted when the systemInfo.display API was moved out of experimental in crrev.com/179047. Also update the documentation to use the new definition. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203554 Review URL: https://chromiumcodereview.appspot.com/15907021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203843 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Instead of forcing QUIC on for all origins with the specified port, this will allow QUIC to be forced for a particular origin. The old flag made it challenging to test QUIC to servers on non-unique ports (like 80 or 443). Review URL: https://chromiumcodereview.appspot.com/15896025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203842 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203841 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203839 0039d316-1c4b-4281-b951-d872f2087c98
-
danno@chromium.org authored
R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/16295021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203837 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This is part 2 of patch: actually using the pixel refs with positions. I'm still storing the pixel refs in a grid, but this reduces the number of walks. This still keeps the impl thread quick, and improves the record time. BUG=242703 Review URL: https://chromiumcodereview.appspot.com/16154008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203836 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203835 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
TBR=dsinclair NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15888016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203834 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203833 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203832 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Pulls in: 245a8c0 Fix gyp to include c_sources for non-Windows platforms 9407fc5 Add experimental support for building ffmpeg with clang on Windows BUG=none TEST=passes trybots. Review URL: https://chromiumcodereview.appspot.com/16325016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203831 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
This allows code downstream to use those headers as caching signals, and optionally cache extension files, or files derived from extension files. Whenever an etag is sent, send "cache-control: no-cache" so that downstream users know it's a good idea to revalidate. One downstream is PNaCl, which would like to use standard cache-related http response headers to determine how to cache translations of bitcode. Currently, only bitcode downloaded from web servers have such headers, and this CL adds headers for bitcode "downloaded" from chrome extensions. See chromium-dev discussion: "Add to HttpResponse headers for chrome/browser/extensions/extension_protocols" BUG=https://code.google.com/p/nativeclient/issues/detail?id=2992 Review URL: https://chromiumcodereview.appspot.com/15963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203830 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
[MIPS] Add build support for MIPS in openssl.gyp https://codereview.chromium.org/14531003/ Fix the shared_library build on Linux. https://codereview.chromium.org/16272007/ R=yfriedman@chromium.org,digit@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/15798013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203829 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
This has recently started spewing. Implement the fallback path. BUG=none Review URL: https://chromiumcodereview.appspot.com/16002008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203828 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
BUG=237931 R=joi@chromium.org, kbr@chromium.org, zmo@chromium.org Review URL: https://codereview.chromium.org/14947002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203827 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203826 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
Added support for EXT_frag_depth BUG=167037 R=gman@chromium.org, kbr@chromium.org, piman@chromium.org, zmo@chromium.org Review URL: https://codereview.chromium.org/15846014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203825 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
With r202992 landed, We don't need to consume anymore before recycling, we only need to produce once, and we don't need to unbind from FBOs before doing so. BUG=None Review URL: https://chromiumcodereview.appspot.com/16305019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203823 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
BUG=245463 Review URL: https://chromiumcodereview.appspot.com/15854011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203822 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/14660022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203821 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=239845 TEST=manual R=hirono@chromium.org Review URL: https://codereview.chromium.org/16234003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203820 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
AcccessibilityManager manages the per-user settings of high-contrast mode and spoken feedback and makes them syncable. These settings were pre-device and unsyncable before this patch. AcccessibilityManager does: - Observe the change of the login status and pref. - Change the a11y setting as the status is changed. - Be an interface to control a11y feature. BUG=165597 TEST=manual, browser_tests pass R=derat@chromium.org, jhawkins@chromium.org, zork@chromium.org Review URL: https://codereview.chromium.org/14200048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203819 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=245942 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/16335016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203818 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Tests decorated with @DisabledTest aren't run unless explicitly by passing ./run_tests --also-run-disabled-tests BUG=243558 R=tonyg NOTRY=True Review URL: https://chromiumcodereview.appspot.com/16256028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203817 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Increase omnibox size by 2 px. Increase nominal font size in omnibox to 16 px. The old omnibox background asset was semitransparent (for CrOS) and had to be drawn-over with the appropriate background color. The new assets split the border (used by everyone) from the filling (used by CrOS alone). As a result, when the filling is not in use, we can now draw the background behind the omnibox instead of in front, resulting in better antialiasing. (Sadly, we still need to draw a shape that fits "inside" the borders since the borders are also semitransparent and have to overlay the toolbar in some places and the omnibox background in others; this is unavoidable unless we want to change to a fixed- color or programmatically-drawn omnibox border.) All PNGs were compressed with build/sanitize-png-files.sh -o2. BUG=231005 TEST=Omnibox is 2 px larger, contents still look OK R=sky@chromium.org Review URL: https://codereview.chromium.org/16286003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203816 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
This reverts commit a18b24ec. r203814 broke the compile on the Linux bots. TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/16254009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203815 0039d316-1c4b-4281-b951-d872f2087c98
-