- 27 Jul, 2012 40 commits
-
-
bauerb@chromium.org authored
Add GetSitesWithData and FreeSiteList methods to PPP_Flash_BrowserOperations interface and hook them up in PepperFlashSettingsManager. BUG=132409 TEST=none Review URL: https://chromiumcodereview.appspot.com/10825018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148839 0039d316-1c4b-4281-b951-d872f2087c98
-
girard@chromium.org authored
BUG=138195 TEST= Review URL: https://chromiumcodereview.appspot.com/10808074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148838 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=92059 adds an optimization on color matrix filters so that they can be combined in a single pass as long as the resulting colors don't need to be clamped. Brightness needs clamping, so it should go last. This also fixes an uninitialized value that made us stick a grayscale filter randomly on layers. BUG=138645 TEST=new startup animation Review URL: https://chromiumcodereview.appspot.com/10833027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148837 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10821067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148835 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=139236 TEST=see bug description Review URL: https://chromiumcodereview.appspot.com/10821060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148834 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
For problem description and other info please see the BUG page. This is for DictionaryValue. BUG=138946 TEST=N/A (no fix & no new feature) TBR=jar scottbyer achuith agl mnissler davemoore garykac akalin hans bulach phajdan.jr jamesr Review URL: https://chromiumcodereview.appspot.com/10834004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148833 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=112525 TEST=unittests, manual Review URL: https://chromiumcodereview.appspot.com/10823050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148830 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
BUG=None TEST=policy.PolicyTest.testSetDownloadDirectory NOTRY=True Review URL: https://chromiumcodereview.appspot.com/10835023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148829 0039d316-1c4b-4281-b951-d872f2087c98
-
slamm@google.com authored
BUG= TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10825025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148828 0039d316-1c4b-4281-b951-d872f2087c98
-
posciak@chromium.org authored
Clean up TFP in VAVDA: - properly restore currently bound texture after binding our own - use the extracted Binders for the above - use glXDestroyPixmap instead of glXDestroyPixmapGLX - do not bind texture twice Also modify TextureImageTransportSurface to use the extracted Binders. BUG= TEST=manual runs of VAVDA Review URL: https://chromiumcodereview.appspot.com/10827052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148827 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
support web intents picker button. R=bauerb@chromium.org BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10835020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148826 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
TBR=sergeyu Review URL: https://chromiumcodereview.appspot.com/10820061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148825 0039d316-1c4b-4281-b951-d872f2087c98
-
pshenoy@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10825052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148824 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This section is used to show states of cached files. BUG=135328 TEST=the new section is shown in chrome:drive-internals properly Review URL: https://chromiumcodereview.appspot.com/10825062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148823 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
BUG=130379 TEST=browser_tests --gtest_filter=SocketApiTest.* Review URL: https://chromiumcodereview.appspot.com/10440097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148819 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
The new APIs enable saving of general NSURLs. Strip NSURLs that aren't isFileURLs. The old apis are deprecated in the 10.8 sdk. BUG=139138 TBR=sky Review URL: https://chromiumcodereview.appspot.com/10829053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148818 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Having to manually set mac_sdk was a FAQ when Xcode 4 was released. Now we're using the 10.6 SDK by default, but Xcode 4.4 ships only with the 10.7 and 10.8 SDKs, so it'll likely become a FAQ again. Automatically set mac_sdk to something sensible. (People who explicitly say "mac_sdk=10.6" will have to stop doing so when they switch to Xcode 4.4.) BUG=121162 TEST=Build without mac_sdk in GYP_DEFINES. Something useful happens with Xcode 3.2.6, Xcode 4, Xcode 4.4. Review URL: https://chromiumcodereview.appspot.com/10824055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148817 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
The main Windows core printer driver has several different guids associated with it. Windows 8 removes all but 1 of these guids. This CL switches to use the guid that is still supported. AFAICT this should continue to work on all of the platforms we support. My testing is blocked at the moment due to a problem with internal software. BUG=139156 TEST=Try to install driver (all supported Windows versions) Review URL: https://chromiumcodereview.appspot.com/10830037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148816 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
In unrelated work, I found that the group addition formula used in p224.cc doesn't work when one of the arguments is the point at infinity. This change catches that case and simplifies the ScalarMult loop as a consequence. In the course of doing this, I found a couple of bugs in Contract that would have produced the wrong answer is very rare cases. I also added a catch for a+a. This can't happen in the ScalarMult loop, but it could happen from SPAKE2 at a rate of 1 in ~2**220 evaluations. BUG=none TEST=crypto_unittests Review URL: https://chromiumcodereview.appspot.com/10822019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148815 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
A follow-up to https://chromiumcodereview.appspot.com/10808078 This way, cleaning up existing style issues in inner classes doesn't have to block a clang roll. BUG=139346 Review URL: https://chromiumcodereview.appspot.com/10828057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148814 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
They payoff for the last month of refactoring: We now use the LinuxUI interface to generate gtk file selection dialogs from the shim library. We could theoretically make a Qt or EFL shim and get those desktops' native open dialogs. BUG=136909, 134167 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148813 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
We were only ever performing a meaningful cleanup on reconfigurations or restart, so we make that explicit by purging from within the SyncManager's loading and configuration methods. BUG=131433, 90868 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10541079 TBR=zea@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148812 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
MessageLoopProxy::current() may not work properly on plugin threads unless the plugin is compiled into the browser. BUG=134216 Review URL: https://chromiumcodereview.appspot.com/10830017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148811 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
Adds functionality to signal an offset to be applied to the buffers in ChunkDemuxer. Is not triggerable from Chrome yet. BUG=139044 TEST=media_unittests Review URL: https://chromiumcodereview.appspot.com/10803019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148810 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
GetCookie, SetCookie, DeleteCookie, SetDownloadShelfVisible, IsDownloadShelfVisible, GetDownloadDirectory BUG=132794 TEST=PyAuto CONTINUOUS suite Review URL: https://chromiumcodereview.appspot.com/10804038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148809 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Also rename registry to preferences. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10835016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148808 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
BUG=Debug browser_tests occasionally crash with failed DCHECK in ExtensionDownloadsEventRouter. Review URL: https://chromiumcodereview.appspot.com/10829058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148807 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Reasons to deprecate: 1) This function is unused in production. 2) The directionality code was wrong: 2a: Used Unicode control character wrapping. 2b: DCHECKing URL validity precludes invalid schemes with RTL leading substrings anyway. 3) The only tangible benefit (calling ui::ElideURL) is minimal. 4) It's easy to restore (or re-impl better) if needed. BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10829047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148806 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=chromium-os:32702 Review URL: https://chromiumcodereview.appspot.com/10825040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148805 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=135179 TEST=Run chrome with --force-device-scale-factor=2 and ensure that high DPI images are used on these pages (i.e. the logo on chrome://chrome/help/) Review URL: https://chromiumcodereview.appspot.com/10830051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148804 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=137140 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148418 Review URL: https://chromiumcodereview.appspot.com/10808094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148803 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10821072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148802 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previosly plugin code was using PluginMessageLoopProxy that implements MessageLoopProxy interface. We no longer need MessageLoopProxy. Replacing PluginMessageLoopProxy with PluginThreadTaskRunner that implements SingleThreadTaskRunner interface Review URL: https://chromiumcodereview.appspot.com/10830016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148801 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
We get sub-DIP damage from the renderer with --ui-enable-partial-swap. When we convert to DIP in RWHVA::AccelerateSurfacePostSubBuffers, we trancate that damage (an shrink the rect). The straightforward solution is to assume that the damage was truncated and dilate the DIP damage rect. BUG=139208 TEST=by hand on device that supports --ui-enable-partial-swap Review URL: https://chromiumcodereview.appspot.com/10821054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148800 0039d316-1c4b-4281-b951-d872f2087c98
-
khorimoto@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10833038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148799 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Pull out a generic TabModel class for Android. It owns SyncedWindowDelegate like Browser owns a corresponding instance. This will allow us to eventually implement TabModelAndroid. We no longer need to keep SyncedWindowDelegateRegistry, as we were using that in non-sync related places to reach the TabModel methods. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10701030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148798 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@google.com authored
BUG=124087 TBR=sky TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10820060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148797 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
WebKit change: https://bugs.webkit.org/show_bug.cgi?id=92132 BUG= Review URL: https://chromiumcodereview.appspot.com/10830055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148796 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
This fixes the find elements command when used on pages with prototype JS lib. BUG=chromedriver:102 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148795 0039d316-1c4b-4281-b951-d872f2087c98
-
hallielaine@chromium.org authored
Removing create/manage dialog shortcuts checkbox for M22. Checkbox will be added back in during M23 when support for windows desktop shortcuts is finished. Review URL: https://chromiumcodereview.appspot.com/10832038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148794 0039d316-1c4b-4281-b951-d872f2087c98
-