- 04 Jun, 2013 24 commits
-
-
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
-
pkasting@chromium.org authored
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@203814 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
R=dsinclair,enne NOTRY=True Android test failures are flake. Review URL: https://chromiumcodereview.appspot.com/15774010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203810 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crrev.com/202755vollick@chromium.org authored
After http://crrev.com/202755, timing functions can now produce values outside the range [0, 1]. Unfortunately, these values are getting clamped when they are used for blending. This CL removes that extra clamping and adds unit tests for this extrapolation. BUG=178299 R=ajuma@chromium.org Review URL: https://codereview.chromium.org/15972006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203808 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This indirection is no longer necessary. The code is merged to RequestLocalFileSystemFunction. This is a mechanical change, except that DCHECK(BrowserThread::CurrentlyOn(...)) is added in several places. BUG=246091 TEST=Files.app works as before R=hashimoto@chromium.org Review URL: https://codereview.chromium.org/16316002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203807 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@google.com authored
BUG=246116 TEST=none R=xiyuan@chromium.org Review URL: https://codereview.chromium.org/16295012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203806 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
The name "test" is going to be used as the base class for benchmarks. And "unittest" is more accurate for what's in the folder. Just a simple search/replace. Hopefully nothing broke. BUG=237412 TEST=None. R=nduca@chromium.org Review URL: https://codereview.chromium.org/15704004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203805 0039d316-1c4b-4281-b951-d872f2087c98
-
justinlin@chromium.org authored
BUG=246431 NOTRY=true TBR=yoz Review URL: https://chromiumcodereview.appspot.com/16338002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203802 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
The storage monitor is no longer initialized upon startup. Instead the registry and dialog controller which need it will initialize it on first use. BUG=234409 Review URL: https://chromiumcodereview.appspot.com/14556015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203801 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Move webkit/dom_storage to new browser|common|renderer locations. Just moving the files in the source repository. Note: Everything in /webkit is still being built into the same old webkit_storage target for now, new actual build target(s) will come later. TBR=jamesr@chromium.org BUG=239109 Review URL: https://codereview.chromium.org/15990007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203800 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
BUG=None. TEST=None. R=alokp@chromium.org, nduca@chromium.org Review URL: https://codereview.chromium.org/16270003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203799 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG to CryptAcquireCertificatePrivateKey to fix a regression in client authentication if TLS 1.2 is negotiated. If a client private key is stored in a CAPI provider of the PROV_RSA_FULL provider type, it cannot sign SHA-256 hashes. Using the private key through CNG solves this problem. R=rsleevi@chromium.org BUG=246043 TEST=See bug 246043 Review URL: https://codereview.chromium.org/16335021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203798 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=245942 R=wez@chromium.org Review URL: https://codereview.chromium.org/15927028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203796 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This patch does following when Files.app is launched via "chrome://files". - Not to call chrome.app.window.current().show(). - Disable Close and Maximize button at the top-right. BUG=243414 TEST=Open chrome://files and confirm Files.app shows and the close button and the maximize button doesn't work. R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/15980009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203795 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Jun, 2013 16 commits
-
-
jianli@chromium.org authored
This is caused by always_on_top_ is set to true in PanelGtk constructor and later on calling SetPanelAlwaysOnTop become no-op. The fix is to make the window always on top in PanelGtk::Initialize. BUG=245934 TEST=Manual test by launching a docked panel and checking if it is always on top R=dimich@chromium.org Review URL: https://codereview.chromium.org/16294002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203793 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=244567 R=sky@chromium.org Review URL: https://codereview.chromium.org/16335006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203791 0039d316-1c4b-4281-b951-d872f2087c98
-
about://flagshubbe@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/16173011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203790 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
This CL also removes some event triggering. They update the default view when visible, but this is not necessary because the tray bubble itself will be closed when display configuration has changed. Also this CL cleans up messages of the tray item contents. BUG=187516, 171469 R=oshima@chromium.org, stevenjb@chromium.org TEST=manually Review URL: https://chromiumcodereview.appspot.com/16046007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203789 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/16335020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203787 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Reverting https://chromiumcodereview.appspot.com/16141003/ BUG=232426 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16336025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203784 0039d316-1c4b-4281-b951-d872f2087c98
-
justinlin@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15927030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203783 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=245942 TBR=ajwong@chromium.org Review URL: https://codereview.chromium.org/15836004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203782 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=none NOTRY=true TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/16098016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203781 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
Interrupted downloads that are being resumed will go through another cycle of filename determination. This allows ChromeDownloadManagerDelegate to properly handle path reservation and Drive downloads during resumption. TBR=joi BUG=7648 Review URL: https://chromiumcodereview.appspot.com/14640020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203780 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=nileshagrawal@chromium.org BUG=246359 Review URL: https://codereview.chromium.org/15894029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203779 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=245942 R=avi@chromium.org Review URL: https://codereview.chromium.org/16256018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203775 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds a ten-second delay between the time at which the screen is turned off due to user inactivity and the time at which it's locked. It also fixes an issue where screen wake locks (as used by video playback or by the chrome.power extension API) wouldn't clear lock delays. BUG=239486,246008 R=bartfab@chromium.org Review URL: https://codereview.chromium.org/15734010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203774 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
NOTRY=true BUG=NONE Review URL: https://chromiumcodereview.appspot.com/16057017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203773 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=ajwong@chromium.org BUG=245828 TEST=waterfall Review URL: https://codereview.chromium.org/16057020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203772 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This wasn't caught by the automated pass. BUG=245942 R=rlarocque@chromium.org Review URL: https://codereview.chromium.org/16295016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203771 0039d316-1c4b-4281-b951-d872f2087c98
-