summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Prevent zero-length items from being appended to a blob.ericu@chromium.org2012-05-244-32/+45
| | | | | | | | | | | | BUG=128266 TEST=as in the bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=138554 Review URL: https://chromiumcodereview.appspot.com/10386183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138702 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil byericu@chromium.org2012-05-247-32/+22
| | | | | | | | | | | | | | removing the obsolete derivation from RefCountedThreadSafe. There's no bug here yet, but it would be very easy to add one later if we don't clean this up. BUG=http://code.google.com/p/chromium/issues/detail?id=128942 TEST=none; there's no actual bug there yet. Review URL: https://chromiumcodereview.appspot.com/10332283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138689 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up: Remove unused printBegin() function.kmadhusu@chromium.org2012-05-242-16/+1
| | | | | | | | | | BUG=85132 TEST=none Review URL: https://chromiumcodereview.appspot.com/10409012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138684 0039d316-1c4b-4281-b951-d872f2087c98
* Plumb --show-paint-rects to accelerated compositorshawnsingh@chromium.org2012-05-232-0/+6
| | | | | | | | | | | | The accelerated compositor has a visualization that can show paint rects, similar (but not exactly the same semantics) to what "--show-paint-rects" does in software mode. This patch is the chromium side plumbing to allow --show-paint-rects to enable the accelerated compositor's own visualization. BUG=none TEST=none, this is infrastructure for debugging code. Review URL: https://chromiumcodereview.appspot.com/10332129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138609 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 138554 - Prevent zero-length items from being appended to a blob.ericu@google.com2012-05-234-38/+27
| | | | | | | | | | | | | BUG=128266 TEST=as in the bug Review URL: https://chromiumcodereview.appspot.com/10386183 TBR=ericu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10428003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138584 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent zero-length items from being appended to a blob.ericu@chromium.org2012-05-234-27/+38
| | | | | | | | | | BUG=128266 TEST=as in the bug Review URL: https://chromiumcodereview.appspot.com/10386183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138554 0039d316-1c4b-4281-b951-d872f2087c98
* Move skia/ext tests from test_shell_tests to unit_tests.tony@chromium.org2012-05-231-14/+0
| | | | | | | | | BUG=126514 Review URL: https://chromiumcodereview.appspot.com/10414037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138541 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the Chromium-specific part of WebCore context menus with submenus. ↵apavlov@chromium.org2012-05-231-1/+3
| | | | | | | | | | | The WebKit counterpart is tracked at https://bugs.webkit.org/show_bug.cgi?id=86625 BUG=128351 TEST=none Review URL: https://chromiumcodereview.appspot.com/10411002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138540 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 138502 - Move version metadata from PluginGroup into PluginInstaller.vandebo@chromium.org2012-05-235-30/+410
| | | | | | | | | | | | | | | | | See: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Builder%20%28dbg%29/builds/7042/steps/compile/logs/stdio This also moves the plug-in information JSON files into their own subdirectory, so they can be changed without requiring OWNERS reviews for chrome/browser/resources (which is mostly WebUI otherwise). BUG=124396 TEST=PluginInstallerTest.SecurityStatus:PluginFinderTest.JsonSyntax Review URL: https://chromiumcodereview.appspot.com/10263022 TBR=bauerb@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138514 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the browser send pixels to the GPU process where it should.pkotwicz@chromium.org2012-05-232-0/+4
| | | | | | | | | | | | | | | | | This patch fixes the places where we will be sending DIP to the GPU process but should be sending pixels instead to the GPU process once https://bugs.webkit.org/show_bug.cgi?id=86051 lands. This patch reverts: http://codereview.chromium.org/127553/ http://codereview.chromium.org/10332077/ Bug=127455, 114677 Test=Manual SchedulePaintInRect is called with parameters in DIP TBR=piman@chromium.org,sky@chromium.org,jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/10411086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138510 0039d316-1c4b-4281-b951-d872f2087c98
* Move version metadata from PluginGroup into PluginInstaller.bauerb@chromium.org2012-05-235-410/+30
| | | | | | | | | | | | This also moves the plug-in information JSON files into their own subdirectory, so they can be changed without requiring OWNERS reviews for chrome/browser/resources (which is mostly WebUI otherwise). BUG=124396 TEST=PluginInstallerTest.SecurityStatus:PluginFinderTest.JsonSyntax Review URL: https://chromiumcodereview.appspot.com/10263022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138502 0039d316-1c4b-4281-b951-d872f2087c98
* Always pass FileSystemContext to ObfuscatedFileUtil operationskinuko@chromium.org2012-05-238-13/+27
| | | | | | | | | | | Now it may always refer operation_context->file_system_context() as it tries to invalidate the usage cache whenever it finds inconsistency. BUG=129303 TEST=none Review URL: https://chromiumcodereview.appspot.com/10407115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138444 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove unneeded scoped_ptr.h includes from webkit.thestig@chromium.org2012-05-2316-31/+19
| | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10408078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138426 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 138415 - Makes the browser send pixels to the GPU process where it ↵pkotwicz@chromium.org2012-05-232-4/+0
| | | | | | | | | | | | | | | | | | | | | | should. This patch fixes the places where we will be sending DIP to the GPU process but should be sending pixels instead to the GPU process once https://bugs.webkit.org/show_bug.cgi?id=86051 lands. This patch reverts: http://codereview.chromium.org/127553/ http://codereview.chromium.org/10332077/ Bug=127455, 114677 Test=Manual SchedulePaintInRect is called with parameters in DIP TBR=piman@chromium.org,sky@chromium.org,jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/10411086 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138419 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the browser send pixels to the GPU process where it should.pkotwicz@chromium.org2012-05-232-0/+4
| | | | | | | | | | | | | | | | | This patch fixes the places where we will be sending DIP to the GPU process but should be sending pixels instead to the GPU process once https://bugs.webkit.org/show_bug.cgi?id=86051 lands. This patch reverts: http://codereview.chromium.org/127553/ http://codereview.chromium.org/10332077/ Bug=127455, 114677 Test=Manual SchedulePaintInRect is called with parameters in DIP TBR=piman@chromium.org,sky@chromium.org,jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/10411086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138415 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FileWriterDelegateTest.WritesWithQuotaAndOffset, which haswtc@chromium.org2012-05-231-1/+10
| | | | | | | | | | | | | | | | | | been flaky on Windows. [ RUN ] FileWriterDelegateTest.WritesWithQuotaAndOffset ..\webkit\fileapi\file_writer_delegate_unittest.cc(367): error: Value of: test_helper_.GetCachedOriginUsage() Actual: 45 Expected: ComputeCurrentOriginUsage() Which is: 0 [ FAILED ] FileWriterDelegateTest.WritesWithQuotaAndOffset (16 ms) TBR=kinuko@chromium.org BUG=129264 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10411084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138411 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FileWriterDelegateTest.WriteSuccessWithoutQuotaLimitConcurrent, ↵vandebo@chromium.org2012-05-231-1/+10
| | | | | | | | | | | | which has been flaky on Windows. TBR=kinuko@chromium.org BUG=129264 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10383295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138402 0039d316-1c4b-4281-b951-d872f2087c98
* Fixup SimpleDomStorageSystem to no longer use obsolete WebKit API that ↵michaeln@google.com2012-05-221-23/+15
| | | | | | | | requires mutators to return previous values. See http://trac.webkit.org/changeset/117797 for details on the API change. Review URL: https://chromiumcodereview.appspot.com/10408049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138335 0039d316-1c4b-4281-b951-d872f2087c98
* Expose HTTP version number in responses.fischman@chromium.org2012-05-222-1/+14
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10383201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138332 0039d316-1c4b-4281-b951-d872f2087c98
* Implement SandboxFileWriter and rewrite FileWriterDelegate to use itkinuko@chromium.org2012-05-229-334/+495
| | | | | | | | | BUG=127529 TEST=FileWriterDelegate*, FileSystemOperationWrite* Review URL: https://chromiumcodereview.appspot.com/10387054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138236 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in UMA reporting of accelerated compositing in WebGL codepaths.fischman@chromium.org2012-05-211-3/+7
| | | | | | | | | BUG=129030 TEST=fast/canvas/webgl/ layouttests all pass Review URL: https://chromiumcodereview.appspot.com/10332275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138160 0039d316-1c4b-4281-b951-d872f2087c98
* Add the HasAreaOpen method to DomStorageHost. Intended for use to make event ↵michaeln@google.com2012-05-212-0/+13
| | | | | | | | | propagation less chatty. BUG=128482 Review URL: https://chromiumcodereview.appspot.com/10413018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138158 0039d316-1c4b-4281-b951-d872f2087c98
* Test for Pepper IME events.kinaba@chromium.org2012-05-217-48/+113
| | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a way to simulate IME composition events inside the renderer process, and tests that IME events are properly passed between the renderer and plugins. ppapi/tests/test_ime_input_event.cc: is the actual test case ppapi/{api,c,cpp}/dev/*ime_input_event_dev*: implements an API to create IME events from plugins for testing. other files: wire necessary stuff for simulating IME events. Since Pepper IME events are not delivered through WebKit/DOM layer but rather directly sent from renderer to plugins, the simulation part also follows the similar code path. BUG=126714 TEST=browser_tests PPAPITest.ImeInputEvent Review URL: https://chromiumcodereview.appspot.com/10391101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138080 0039d316-1c4b-4281-b951-d872f2087c98
* Removing FileUtilities::revealOSInFolder which is not used anymorekinuko@chromium.org2012-05-212-6/+1
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10391185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138079 0039d316-1c4b-4281-b951-d872f2087c98
* Convert GdkPixbufFromSkBitmap(const SkBitmap*) to ↵pkotwicz@chromium.org2012-05-201-1/+1
| | | | | | | | | | | | | GdkPixbufFromSkBitmap(const SkBitmap&) Convert GdkPixbufToSkBitmap to GdkPixbufToImageSkia BUG=124566 TEST=Compiles Review URL: https://chromiumcodereview.appspot.com/10377122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138064 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for GLInProcessContextgman@chromium.org2012-05-201-1/+4
| | | | | | | | | | | TEST=DRT no longer crashes BUG=none TBR=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/10407055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138049 0039d316-1c4b-4281-b951-d872f2087c98
* Fix reporting of Media.AcceleratedCompositingActive when false.fischman@chromium.org2012-05-191-2/+8
| | | | | | | | | | | | This broke sometime during the m19 branch, seemingly after 19.0.1081.2 but before 19.0.1084.46. TEST=inspect chrome://histograms/Media.Acc after playing <video> with and without accelerated compositing. Review URL: https://chromiumcodereview.appspot.com/10387202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138029 0039d316-1c4b-4281-b951-d872f2087c98
* Add command line flags for compositor's default tile size andvangelis@chromium.org2012-05-192-1/+17
| | | | | | | | max untiled layer size. BUG=128740 Review URL: https://chromiumcodereview.appspot.com/10386213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137983 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebFrame pointer to WebViewClient::startDraggingjochen@chromium.org2012-05-184-4/+8
| | | | | | | | | | BUG=124750 TEST=none Review URL: https://chromiumcodereview.appspot.com/10392136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137932 0039d316-1c4b-4281-b951-d872f2087c98
* Adding isolated filesystem support in GetFileSystemRootURIkinuko@chromium.org2012-05-182-2/+6
| | | | | | | | | | | | It wasn't needed for drag-and-drop but platform native access seems to need this. http://codereview.chromium.org/10332071 BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10332240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137841 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate WebKit "global script" font prefs.falken@chromium.org2012-05-183-31/+42
| | | | | | | | | | | | | | | | | | | | | | | | | The effect is to migrate a pref like webkit.webprefs.global.standard_font_family to webkit.webprefs.fonts.standard.Zyyy This has two motivations: 1) Undo the migration of font prefs to the "global" (as opposed to per-tab) namespace, as planned here: <http://codereview.chromium.org/9838050>. There are still more prefs to move out of "global" after this patch. 2) Move the "global script" (as opposed to per-script) font prefs into the per-script font maps, under the script code "Zyyy" (the ISO 15924 code for the "Common" script). This is consistent with WebKit-side settings and should simplify the code overall as we no longer have to special case the global script vs the per-script fonts. TBR=gene for chrome/browser/printing BUG=123812 TEST=browser_tests --gtest_filter=PrefsTab* and ExtensionApiTest.Font* Review URL: https://chromiumcodereview.appspot.com/10107014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137835 0039d316-1c4b-4281-b951-d872f2087c98
* Remove all npapi plugins from windows metro chromecpu@chromium.org2012-05-181-1/+10
| | | | | | | | | | | Also remove pepflashplayer. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10408018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137828 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old phantom request path for launching prerender requests.gavinp@chromium.org2012-05-181-3/+1
| | | | | | | | | | After https://bugs.webkit.org/show_bug.cgi?id=85005 lands, but before https://bugs.webkit.org/show_bug.cgi?id=85021 lands, this patch removes a dependency on an old WebKit thunk. BUG=84236 Review URL: https://chromiumcodereview.appspot.com/10244007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137825 0039d316-1c4b-4281-b951-d872f2087c98
* Copy over ports.gbillock@chromium.org2012-05-181-0/+3
| | | | | | | | | | BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10337006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137778 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 137733 - Use a temp data dir for IDB tests so persistence can be ↵jsbell@chromium.org2012-05-172-50/+1
| | | | | | | | | | | | | | | | | | verified. WebCore::IDBFactory always generates specifies an empty string (indicating in-memory storage), and relies on intermediate methods before WebCore::IDBFactoryBackendImpl is reached to rewrite with a non-empty string to use on-disk storage. This patch inserts a test-specific implementation of WebIDBFactory into the middle of the call path to specify a data dir if one was not specified, mirroring what is done in multiprocess Chromium during IPC. Prep work for http://webkit.org/b/83074 Review URL: https://chromiumcodereview.appspot.com/10382180 TBR=jsbell@chromium.org Review URL: https://chromiumcodereview.appspot.com/10408015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137776 0039d316-1c4b-4281-b951-d872f2087c98
* Use overloaded printBegin() chromium-webkit api in PrepareFrameAndViewPrint ↵kmadhusu@chromium.org2012-05-171-5/+15
| | | | | | | | | | | | class and webkit-glue.cc BUG=85132 TEST=none Review URL: https://chromiumcodereview.appspot.com/10168013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137761 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup correctly in GLInProcessContextgman@chromium.org2012-05-171-0/+6
| | | | | | | | | | TEST=DRT runs on OSX BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10386186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137741 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 137734 - Select theme resources from ResourceBundle at requested ↵fischman@chromium.org2012-05-1712-129/+143
| | | | | | | | | | | | | | | | | | scale factor. Return the best match for a requested scale factor when fetching raw image data from ResourceBundle. TBR=aa,abodenha BUG=123611 TEST=ResourceBundle.LoadImageResourceBytes Review URL: https://chromiumcodereview.appspot.com/10387010 TBR=flackr@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137738 0039d316-1c4b-4281-b951-d872f2087c98
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-1712-143/+129
| | | | | | | | | | | | | | Return the best match for a requested scale factor when fetching raw image data from ResourceBundle. TBR=aa,abodenha BUG=123611 TEST=ResourceBundle.LoadImageResourceBytes Review URL: https://chromiumcodereview.appspot.com/10387010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137734 0039d316-1c4b-4281-b951-d872f2087c98
* Use a temp data dir for IDB tests so persistence can be verified.jsbell@chromium.org2012-05-172-1/+50
| | | | | | | | | | | | | WebCore::IDBFactory always generates specifies an empty string (indicating in-memory storage), and relies on intermediate methods before WebCore::IDBFactoryBackendImpl is reached to rewrite with a non-empty string to use on-disk storage. This patch inserts a test-specific implementation of WebIDBFactory into the middle of the call path to specify a data dir if one was not specified, mirroring what is done in multiprocess Chromium during IPC. Prep work for http://webkit.org/b/83074 Review URL: https://chromiumcodereview.appspot.com/10382180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137733 0039d316-1c4b-4281-b951-d872f2087c98
* Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO.apatrick@chromium.org2012-05-171-2/+8
| | | | | | | | | This is part 1. It can't actually be used yet because there are assumptions that the surface never changed. It is intended to allow each renderer process to create only one command buffer for use by the compositor while being able to switch the surface between different windows, for examnple if a single renderer process handles multiple tabs of the same site. Review URL: https://chromiumcodereview.appspot.com/10388131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137693 0039d316-1c4b-4281-b951-d872f2087c98
* Crash fix in fileapi::FileSystemOperation::DidGetUsageAndQuotaAndRunTaskkinuko@chromium.org2012-05-171-1/+1
| | | | | | | | | | | https://chromiumcodereview.appspot.com/10008047 introduced delete-with-inflight-tasks in Write sequence but I failed to convert this callback to use WeakPtr(). BUG=128178 TEST=manual test Review URL: https://chromiumcodereview.appspot.com/10408006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137635 0039d316-1c4b-4281-b951-d872f2087c98
* Fix uninitialized member in ctor.groby@chromium.org2012-05-171-0/+3
| | | | | | | | | | | | | TBR=darin@chromium.org R=jhawkins@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10377180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137606 0039d316-1c4b-4281-b951-d872f2087c98
* Move ui/gfx/resources to ui/base/native_theme/resourcesoshima@chromium.org2012-05-161-2/+2
| | | | | | | | | | | | | | | | Step2. - Move ui/gfx/gfx_resources.grd to ui/base/native_theme/native_theme_resources.grd -Updated gyp/DEPS/py files to use new target. -Removed old files. I had to keep the gfx_resources.pak as DumpRendererTree depends on it. I'll update DumpRendererTree first and then remove copy of gfx_resources.pak. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10377155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137527 0039d316-1c4b-4281-b951-d872f2087c98
* [Print Preview] Modified PP_PrintSettings_Dev interface to support auto fit ↵kmadhusu@chromium.org2012-05-164-11/+51
| | | | | | | | | | | | to page functionality. BUG=85132 TEST=none Review URL: https://chromiumcodereview.appspot.com/10083059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137453 0039d316-1c4b-4281-b951-d872f2087c98
* Sequentialize calls to PluginList::GetPlugins from PluginService.bauerb@chromium.org2012-05-162-18/+30
| | | | | | | | | | | | BUG=105987 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137396 Review URL: https://chromiumcodereview.appspot.com/10381087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137421 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 137396 - Sequentialize calls to PluginList::GetPlugins from ↵bauerb@chromium.org2012-05-162-30/+18
| | | | | | | | | | | | | | | PluginService. BUG=105987 TEST=none Review URL: https://chromiumcodereview.appspot.com/10381087 TBR=bauerb@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137398 0039d316-1c4b-4281-b951-d872f2087c98
* Sequentialize calls to PluginList::GetPlugins from PluginService.bauerb@chromium.org2012-05-162-18/+30
| | | | | | | | | | BUG=105987 TEST=none Review URL: https://chromiumcodereview.appspot.com/10381087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137396 0039d316-1c4b-4281-b951-d872f2087c98
* SessionStorageDatabase: Readability changes.marja@chromium.org2012-05-163-11/+23
| | | | | | | | | | BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10356014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137392 0039d316-1c4b-4281-b951-d872f2087c98
* Add CreateFileWriter method to MountPointProvider.kinaba@chromium.org2012-05-169-12/+80
| | | | | | | | | | | | | In this patch, just adding an interface. Concrete implementations that return appropriate FileWriter subclass instances are on the way. BUG=123993 TEST=check it compiles. Review URL: https://chromiumcodereview.appspot.com/10332164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137363 0039d316-1c4b-4281-b951-d872f2087c98