- 27 Jul, 2012 40 commits
-
-
nileshagrawal@chromium.org authored
BUG=138115 TEST= Review URL: https://chromiumcodereview.appspot.com/10824067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148847 0039d316-1c4b-4281-b951-d872f2087c98
-
xiaomings@google.com authored
BUG= TEST=Compile Review URL: https://chromiumcodereview.appspot.com/10825048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148846 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
BUG=132886 Review URL: https://chromiumcodereview.appspot.com/10827054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148845 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This function isn't used anywhere. BUG= Review URL: https://chromiumcodereview.appspot.com/10824068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148844 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
These 2 CL's were reverted due to some DCHECK failures we saw in the field, but it turned out a different change was likely the underlying culprit. I'm now re-applying these changes to solve the original bug. https://chromiumcodereview.appspot.com/10446027 (crrev.com/138961) https://chromiumcodereview.appspot.com/10444063 (crrev.com/139371) TBR=asargent@chromium.org BUG=129587 TEST=Autoupdate and blacklist of extensions/apps from WebStore should still work. Also existing unit/browser tests should pass. Review URL: https://chromiumcodereview.appspot.com/10833057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148843 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
Currently when we switch between displays with extended displays turned on, the sequence is, Mirrored -> Extended -> Extended (reversed) -> Mirrorer. Change this to switch only between extended and mirrored displays if the extended display flag is enabled, i.e., Mirrorer -> Extended -> Mirrored. R=oshima@chromium.org BUG=137727 TEST=Tested on a ChromeOS device with a secondary display to confirm that the inteded sequence is followed on switching displays. Review URL: https://chromiumcodereview.appspot.com/10829026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148842 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@google.com authored
returned from memory bot. Fix for https://chromiumcodereview.appspot.com/10555005 BUG=118280 TEST=Same test scenarios as in change 10555005. Review URL: https://chromiumcodereview.appspot.com/10825059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148841 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This adds the ability to implement "instance" messages (as opposed to resource messages) to PpapiHost via a message filter interface. The ownership model for these filters works just like RenderViewObserver. All non-resource messages are sent through this list of filters. This adds the ability to add such filters in the Chrome layer (as opposed to just content) by plumbing through some notifications. This patch responds to the trivial "Flash print" interface by calling the existing function in the renderer. This doesn't change the in-process case. Making this code path work in process will require that the "core" instance interface be done first or at the same time. As a result, the old in-process implementation is kept (it forwards to the same function in the end). This patch adds a HostResourceFactory for Chrome but doesn't hook it up yet. There is a TODO for this. I need to conver the host factories to a filter-like system to allow dynamic adding of filters from the Chrome layer. I'll do this in a follow-up patch. TEST=manual BUG=none Review URL: https://chromiumcodereview.appspot.com/10803050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148840 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-