Bbrettw@chromium.orgFix up instance registration with the browser.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Merge MockQuotaManager in multiple places - to share the single implementation in existing tests - to make it easier for writing new tests BUG=none TEST=existing tests Review URL: https://chromiumcodereview.appspot.com/10915202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157964 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Support FileSystem URL in File BUG=110119 TEST=existing tests (more will be added when we add more implementation) Review URL: https://chromiumcodereview.appspot.com/10828252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153651 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Removed calls to URLRequest::URLRequest in favor of URLRequestContext::CreateRequest This patch is by departed intern shalev@chromium.org, but it failed to pass the CQ for reasons unrelated to the patch. Original review at http://codereview.chromium.org/10870060/ . TBR=mmenke@chromium.org,michaeln@chromium.org,brettw@chromium.org,ben@chromium.org,zelidrag@chromium.org,phajdan.jr@chromium.org,pfeldman@chromium.org BUG=142945 Review URL: https://chromiumcodereview.appspot.com/10910044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154550 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix python scripts in src/webkit Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. TBR=dpranke@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8678022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116864 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Send OnModifyFile Notification when File Write completes successfully or fails but something was written. e.g. partial write before failure. BUG=150060 Review URL: https://chromiumcodereview.appspot.com/10956064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158784 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add the ubercomp DelegatedRendererLayer. This adds a layer that owns a set of RenderPasses with DrawQuads, and is able to insert those RenderPasses and DrawQuads into the current frame during CCLayerTreeHostImpl::calculateRenderPasses(). The layer owns whatever quads/passes you give to it, and copies them with modifications as needed into the current frame via the QuadSink. Quads from the layer's root RenderPass are merged into its target RenderPass, with the transform and opacity being modified if needed. Other RenderPasses are inserted into the frame as-is, with RenderPass ids being adjusted to not collide with any other RenderPasses in the frame, and using a scheme that allows the layer to reverse-lookup its own copy of a RenderPass from the id it generated. Moved from: https://bugs.webkit.org/show_bug.cgi?id=94145 Tests: CCDelegatedRendererLayerImplTestSimple.AddsContributingRenderPasses CCDelegatedRendererLayerImplTestSimple.AddsQuadsToContributingRenderPasses CCDelegatedRendererLayerImplTestSimple.AddsQuadsToTargetRenderPass CCDelegatedRendererLayerImplTestSimple.QuadsFromRootRenderPassAreModifiedForTheTarget CCDelegatedRendererLayerImplTestOwnSurface.AddsRenderPasses CCDelegatedRendererLayerImplTestOwnSurface.AddsQuadsToContributingRenderPasses CCDelegatedRendererLayerImplTestOwnSurface.AddsQuadsToTargetRenderPass CCDelegatedRendererLayerImplTestOwnSurface.QuadsFromRootRenderPassAreNotModifiedForTheTarget BUG=123445 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157700 Review URL: https://chromiumcodereview.appspot.com/10916307 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157794 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove layoutTestController from test_shell. webkit/glue/iframe_redirect_unittest.cc was moved to webkit_unit_tests in WebKit r120391, so we can delete it. Nothing else depends on layoutTestController, so we can remove it. There's still a bunch of layout testing code in test_shell. I'll remove those in follow up changes. BUG=132672 TEST=Covered by test_shell_tests. Review URL: https://chromiumcodereview.appspot.com/10536207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143661 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Refactors DatabaseQuotaClient using base::Callback. BUG=139270 TEST=content_unittests Review URL: https://chromiumcodereview.appspot.com/10831305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152514 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix: Prerendering was confusing SessionService to not save sessionStorage. BUG=149905 Review URL: https://chromiumcodereview.appspot.com/10969012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158778 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add LocalFileChangeTracker database to record non-synced dirty files BUG=148886 TEST=content_unittests --gtest_filter=\*LocalFileChangeTrackerTest\* Review URL: https://chromiumcodereview.appspot.com/10966003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158791 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move webkit/forms/ build into a new webkit_forms.gypi Most webkit/* directories have their own .gypi file with a static library building that directories files. This does the same for webkit/forms instead of the sources being inlined into the glue target. In addition to be being more like the other directories, this makes it easy for a build to use a subset of webkit/, which is important for iOS. BUG=None Review URL: https://chromiumcodereview.appspot.com/10897002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155405 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
FontScaleFactor and ForceEnableZoom pref_names. Adding prefs::kWebKitFontScaleFactor and prefs::kWebKitForceEnableZoom to the pref_names. It will be used by font boosting on Android. BUG=151216 Review URL: https://chromiumcodereview.appspot.com/10983010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158664 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Expose EXT_debug_marker to webkit BUG=141700 R=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828328 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152903 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
create a separate WebMediaPlayer for URL derived from media stream When the "src" of <video> is derived from media stream, WebMediaPlayerMS is created. Its real time charateristics allows it to simplify some controls in WebMediaPlayer, e.g., no buffering, no preload, etc. WebMediaPlayerMS has 2 different VideoFrameProviders: LocalVideoCapture(for local preview) and RTCVideoRender(for remote view). Audio will be added in the following patches. BUG=142988,110938 TEST=turn on WebMediaPlayer_MS, run apprtc.appspot.com/?debug=loopback Review URL: https://chromiumcodereview.appspot.com/10918052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158490 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Update these includes to use the new header locations TBR=darin Review URL: http://codereview.chromium.org/8787003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112824 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fix up instance registration with the browser. This code was crashing and was disabled. Previously it would try to send the message through the render view passed to the constructor. But since the dispatcher wrapper outlives any particular RenderView, this crashes. This new code goes through the RendererPpapiHost to get the render view associated with the current instance that's being created or destroyed. BUG=150654 Review URL: https://codereview.chromium.org/10949008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158889 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Merged HostQuotaCallback into QuotaCallback BUG=148900 Review URL: https://chromiumcodereview.appspot.com/10958032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158547 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Register Android's media/ and net/ JNI bindings when running DumpRenderTree. We only selectively loaded a single class, while we should be deferring to the component's registration function instead. BUG= TEST=None Review URL: https://chromiumcodereview.appspot.com/10980016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158636 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix typo from bad merge. TBR=alecf@chromium.org BUG= Review URL: https://codereview.chromium.org/10963043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158095 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[Android] Make OS version reporting in the UA string legacy-compatible. Android CTS tests require that the trailing "zero" bugfix revision must not be included ("4.1" not "4.1.0"). R=dfalcantara@chromium.org,android-webview-reviews@google.com BUG=131312 Review URL: https://chromiumcodereview.appspot.com/10952025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157738 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable webkit_compositor_bindings_unittests in component builds This shares the compositor setup code from cc_unittests so we can run webkit_compositor_bindings_unittests in component builds. BUG= Review URL: https://chromiumcodereview.appspot.com/10918281 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157416 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add a file I left out in my previous licensing commit. Without this, if we regenerated about:credits we'd leave out WebKit! git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45466 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Add brettw to webkit/OWNERS. I trust him to not abuse his former powers. R=tony@chromium.org Review URL: https://chromiumcodereview.appspot.com/10483013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140429 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert "Delete a bunch of deprecated and/or empty directores in src/webkit/." This reverts commit r32340. TBR=japhet Review URL: http://codereview.chromium.org/402054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32352 0039d316-1c4b-4281-b951-d872f2087c98 | 16 年前 | |
remove build_webkit_exes_from_webkit_gyp flag R=tony@chromium.org BUG=105823 TEST=everything stays green Review URL: https://chromiumcodereview.appspot.com/9254040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118774 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 |