Bbrettw@chromium.orgConvert url request info to new proxy API.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Remove layout_test_helper from webkit/tools/test_shell. This was used when we ran layout tests using test_shell, but is no longer needed. There's a ported copy in WebKit's repo. BUG=None Review URL: https://chromiumcodereview.appspot.com/10694063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145330 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
linux: Add patterns for subpixel test to fonts.conf. This updates our layout test fontconfig settings to define one font family that explicitly enables subpixel rendering and one that disables it. I'm using this in a test for a change that fixes https://bugs.webkit.org/show_bug.cgi?id=42220. BUG=chromium-os:4638 TEST=upcoming Review URL: http://codereview.chromium.org/2928011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52562 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Don't make checkdeps ignore includes to directories that are brought in via deps. Most of these are already listed in DEPS files, and it seems that we want to prevent includes on them just like normal directories that are in our tree (otherwise content can depend on native_client, for ex) Review URL: https://chromiumcodereview.appspot.com/10248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134296 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Quote CppBoundClass/CppVariant in namespace. To avoid name conflict when linking DumpRenderTree which has its own implementation of the classes with the same names. Eventually the related classes will be replaced with V8 API. BUG=127238 TEST=Build all without error TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10382059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136112 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Quote CppBoundClass/CppVariant in namespace. To avoid name conflict when linking DumpRenderTree which has its own implementation of the classes with the same names. Eventually the related classes will be replaced with V8 API. BUG=127238 TEST=Build all without error TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10382059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136112 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Migrate drag&drop code in test_shell to new WebKit API In http://webkit.org/b/90996 , I tried to remove the old API, but some code in test_shell Win was still using the old API. BUG=None Review URL: https://chromiumcodereview.appspot.com/10703171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146381 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move more dnd related files to ui/base BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6250014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71828 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Remove more wstrings in webkit/tools/test_shell. The printfs are also no longer used. I can completely remove them in a follow up change. BUG=23581 TEST=None Review URL: http://codereview.chromium.org/8983009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116253 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Cleanup: Remove unneeded scoped_ptr.h includes from webkit. 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 | 13 年前 | |
TestShell: Backported EventSender.contextClick() improvement to mock menu item strings. This change was once reverted at r67248 due to hitting a webkit bug and is re-landing because the bug was fixed at http://trac.webkit.org/changeset/72721. BUG=63460 TEST=LayoutTest/editing/spelling/context-menu-suggestions.html Review URL: http://codereview.chromium.org/5120002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67505 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
TestShell: Backported EventSender.contextClick() improvement to mock menu item strings. This change was once reverted at r67248 due to hitting a webkit bug and is re-landing because the bug was fixed at http://trac.webkit.org/changeset/72721. BUG=63460 TEST=LayoutTest/editing/spelling/context-menu-suggestions.html Review URL: http://codereview.chromium.org/5120002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67505 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
webkit: Append base:: in the StringPrintf calls. (Note: This is a TODO in string_util.h) BUG=None TEST=None Review URL: http://codereview.chromium.org/3404027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60885 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Fix RGBA pixel layout when reading image from clipboard. Pixel layout on Android is RGBA. Original patch was created by zhenghao@ in Android downstream. The changed code is used in webkit unit tests, layout tests and test_shell. BUG=none Review URL: https://chromiumcodereview.appspot.com/10824366 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152424 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Update WebClipboard/WebDropData glue to use new getter/setters for WebDragData. This change will help us implement the HTML spec for DataTransferItemList correctly. BUG=112255 TEST=manual + WebKit layout tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=122370 Review URL: https://chromiumcodereview.appspot.com/9318003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122469 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove unused fields found by clang's new Wunused-private-fields. Test file edition. BUG=none TEST=none TBR=remaining owners Review URL: https://chromiumcodereview.appspot.com/10680013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144464 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rename layoutTestController to testRunner. I should come up with a better name than LayoutTestController{Host,} for content_shell The extension docs are updated here: https://chromiumcodereview.appspot.com/10825200/ The binaries in chrome/test/data/extensions/uitest don't actually invoke LTC BUG=none TEST=still works after WK roll Review URL: https://chromiumcodereview.appspot.com/10827182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150320 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Mark PluginTest.PluginVisibilty as FAILS. The test fails for WIN. BUG=111601 TEST=none TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/9232042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119435 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add UI to TestShell to enable/disable images, plugins, and scripts. R=pkasting Review URL: http://codereview.chromium.org/549213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37557 0039d316-1c4b-4281-b951-d872f2087c98 | 16 年前 | |
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 年前 | |
Remove task.h and finish base::Bind() migration. Over 341 CLs, in ~3 months, touching 3251 unique files! Top 5 most CLs: (121) jhawkins ( 45) dcheng ( 24) achuith ( 23) csilv ( 12) tfarina ( 12) groby ~1000 files touched: (918) jhawkins 100+ files touched: (486) ajwong (385) willchan (372) dcheng (126) csilv (123) fischman (112) sergeyu 49+ files touched: (65) tfarina (57) acolwell (52) adamk (49) tzik BUG=35223 TEST=existing Review URL: http://codereview.chromium.org/9114020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116748 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage. Review URL: http://codereview.chromium.org/7863009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100726 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Try 2 - Change how ui::Clipboard is accessed so there's only one per thread. Currently, there can be any number of Clipboard objects, which can be massively simplified. This removes interfaces for fetching the Clipboard and makes everyone go through a single static ui::Clipboard::GetForCurrentThread() access point. [Differences from the first patch: this may fix the pdf tests, but since I have no way to run them locally or on a trybot, this is going in blind.] BUG=130805 R=jam@chromium.org TBR=tc,ben,dcheng,kaiwang First Review URL: https://chromiumcodereview.appspot.com/10911074 Review URL: https://chromiumcodereview.appspot.com/10916214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156027 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Added RTF support to pepper API. BUG=120435 TEST=out/Release/browser_tests --gtest_filter=*PPAPITest.*Clipboard* Review URL: http://codereview.chromium.org/9921018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130223 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Session restore: Store and restore persistent IDs for sessionStorage. Saving the sessionStorage data on disk will be done in a future CL. BUG=104292 TEST=TBD Review URL: https://chromiumcodereview.appspot.com/10572015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143709 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Update callers of CreateFileSystemOperation so more detailed error codes can be returned. Where applicable, convert net errors to base platform errors. BUG=141617 TBR=tony@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155377 Review URL: https://chromiumcodereview.appspot.com/10920087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155671 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rename FileSystemOperationInterface to FileSystemOperation BUG=144388 TEST=existing tests Review URL: https://chromiumcodereview.appspot.com/10870040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153196 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Update callers of CreateFileSystemOperation so more detailed error codes can be returned. Where applicable, convert net errors to base platform errors. BUG=141617 TBR=tony@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155377 Review URL: https://chromiumcodereview.appspot.com/10920087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155671 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add OVERRIDE to webkit/. BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8539047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110357 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the HANDLED_EXTERNALLY status code. This removes the HANDLED_EXTERNALLY status replacing its use with ResourceRequestInfo::HandledExternally. BUG=none TEST=unit_tests, content_unittests Review URL: https://chromiumcodereview.appspot.com/10640019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155427 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move some webkit_glue embedder functions into WebKitPlatformSupport virtual methods This moves the functions into a pattern that is component-friendly. BUG=98755 TEST=chrome test_shell test_shell_tests browser_tests DumpRenderTree Review URL: http://codereview.chromium.org/8602002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111101 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Stop refcounting URLRequestContext. While doing so, fix a few issues with the code like ordering of URLRequestContext to ensure correct destruction order. Also fix const correctness in some places. BUG=58859 TEST=none TBR=willchan Review URL: https://chromiumcodereview.appspot.com/10299002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136497 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move some webkit_glue embedder functions into WebKitPlatformSupport virtual methods This moves the functions into a pattern that is component-friendly. BUG=98755 TEST=chrome test_shell test_shell_tests browser_tests DumpRenderTree Review URL: http://codereview.chromium.org/8602002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111101 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
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 年前 | |
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 年前 | |
Remove some wstrings in test_shell. Turns out we never used the title so we can remove it completely. BUG=23581 Review URL: http://codereview.chromium.org/9003013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116173 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove some wstrings in test_shell. Turns out we never used the title so we can remove it completely. BUG=23581 Review URL: http://codereview.chromium.org/9003013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116173 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Split user agent code out of the 'glue' target This creates a new user_agent component target for the user agent handling code. This makes it straightforward for iOS to build only the user-agent part of glue. It should also make incremental dismantling of webkit/ easier, since the dependencies on user agent code are now explicit. The code that was in user_agent.cc/h (the webkit_user_agent target) has been moved to user_agent_util.cc/h, and folded into the user_agent component target. All user-agent related code has been moved to a new webkit/user_agent/ directory. BUG=None Review URL: https://chromiumcodereview.appspot.com/10869073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155695 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert url request info to new proxy API. This splits out the helper functions in the in-process version to a new file: url_request_info_util. This will be moved to content/renderer when we move the url_loader. The unit test was moved from webkit/plugins/ppapi to content/renderer/ppapi. I made it a browsertest which allowed the removal of a little boilerplate. I had to add "internal" functions for loading stuff with just the data struct rather than a resource so the proxy doesn't have to create an in-process URLRequestInfo resource (which can't be created now when running out-of-process) just to create a request. This should be a little more efficient now anyway, and these duplicates will go away when such code moves to the new proxy design. BUG= Review URL: https://codereview.chromium.org/10913257 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157588 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Clean-up inline members of nested classes (webkit/) Due to a bug, the Clang-plugin style checker failed to warn about inline constructors, destructors, non-empty virtual methods, etc. for nested classes. The plugin has been fixed, and this patch is part of a clean-up of all the code that now causes the plugin to issue errors. BUG=139346 Review URL: https://chromiumcodereview.appspot.com/10829258 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150912 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Prefer ScopedNestableTaskAllower over manual save/restore Cleanup. Changes various calls sites to use the ScopedNestableTaskAllower class to save/restore nestable task state. BUG=None TEST=Existing unit tests R=jar@chromium.org, scottbyer@chromium.org, sky@chromium.org, akalin@chromium.org, rsleevi@chromium.org, brettw@chromium.org, tony@chromium.org Review URL: https://chromiumcodereview.appspot.com/9384024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121914 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove task.h and finish base::Bind() migration. Over 341 CLs, in ~3 months, touching 3251 unique files! Top 5 most CLs: (121) jhawkins ( 45) dcheng ( 24) achuith ( 23) csilv ( 12) tfarina ( 12) groby ~1000 files touched: (918) jhawkins 100+ files touched: (486) ajwong (385) willchan (372) dcheng (126) csilv (123) fischman (112) sergeyu 49+ files touched: (65) tfarina (57) acolwell (52) adamk (49) tzik BUG=35223 TEST=existing Review URL: http://codereview.chromium.org/9114020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116748 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
FBTF: Remove unneeded headers from base/ (part 7) BUG=none TEST=none Review URL: http://codereview.chromium.org/3176026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57737 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
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 年前 | |
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 年前 | |
Remove task.h and finish base::Bind() migration. Over 341 CLs, in ~3 months, touching 3251 unique files! Top 5 most CLs: (121) jhawkins ( 45) dcheng ( 24) achuith ( 23) csilv ( 12) tfarina ( 12) groby ~1000 files touched: (918) jhawkins 100+ files touched: (486) ajwong (385) willchan (372) dcheng (126) csilv (123) fischman (112) sergeyu 49+ files touched: (65) tfarina (57) acolwell (52) adamk (49) tzik BUG=35223 TEST=existing Review URL: http://codereview.chromium.org/9114020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116748 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add methods to add DataPack from open files On Android, renderer sandboxing prevents us from opening files and so ResourceBundle is initialized with file descriptors passed in at process creation. This change adds methods to DataPack and ResourceBundle to support loading/initializing from PlatformFile in addition to the current FilePath. Also, the current methods are renamed so that the naming is consistent between these two files. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10686005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145927 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
mac 10.8: Switch test_shell_mac from ATS to CoreText font registration BUG=139138 Review URL: https://chromiumcodereview.appspot.com/10867081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153452 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
ui: Move gl/ directory out of gfx/, up to ui/. BUG=104040 R=ben@chromium.org TBR=tony@chromium.org Review URL: https://chromiumcodereview.appspot.com/10392068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136777 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. BUG=92102 Review URL: http://codereview.chromium.org/7528010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97156 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Suppress Gtk warnings like (test_shell:2476): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-uim.so: wrong ELF class: ELFCLASS64 (test_shell:2476): Gtk-WARNING **: Loading IM context type 'uim' failed This happens when Gtk tries to open 64 bit shared object from 32 bit binaries. As this change suppress warnings only when the above three lines come the same order, we can still see other important warnings. Review URL: http://codereview.chromium.org/115263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15973 0039d316-1c4b-4281-b951-d872f2087c98 | 16 年前 | |
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 年前 | |
ui: Move NativeTheme files into ui/base/native_theme/ directory. BUG=103304,125844 R=ben@chromium.org TBR=tony@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=136996 Review URL: https://chromiumcodereview.appspot.com/10310136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137056 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Split user agent code out of the 'glue' target This creates a new user_agent component target for the user agent handling code. This makes it straightforward for iOS to build only the user-agent part of glue. It should also make incremental dismantling of webkit/ easier, since the dependencies on user agent code are now explicit. The code that was in user_agent.cc/h (the webkit_user_agent target) has been moved to user_agent_util.cc/h, and folded into the user_agent component target. All user-agent related code has been moved to a new webkit/user_agent/ directory. BUG=None Review URL: https://chromiumcodereview.appspot.com/10869073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155695 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Stop refcounting URLRequestContext. While doing so, fix a few issues with the code like ordering of URLRequestContext to ensure correct destruction order. Also fix const correctness in some places. BUG=58859 TEST=none TBR=willchan Review URL: https://chromiumcodereview.appspot.com/10299002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136497 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Clean up .grds, step 1: Alphabetize. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51906 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Cleanup of v8 extension stuff. Playback extension is only used in chrome, so move it to chrome\renderer and all of its associated switches to chrome. GC extension is only used by webkit\support, so move it there. The other two profiler extensions aren't used, so remove them. Review URL: https://chromiumcodereview.appspot.com/10117022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132841 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup of v8 extension stuff. Playback extension is only used in chrome, so move it to chrome\renderer and all of its associated switches to chrome. GC extension is only used by webkit\support, so move it there. The other two profiler extensions aren't used, so remove them. Review URL: https://chromiumcodereview.appspot.com/10117022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132841 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Split user agent code out of the 'glue' target This creates a new user_agent component target for the user agent handling code. This makes it straightforward for iOS to build only the user-agent part of glue. It should also make incremental dismantling of webkit/ easier, since the dependencies on user agent code are now explicit. The code that was in user_agent.cc/h (the webkit_user_agent target) has been moved to user_agent_util.cc/h, and folded into the user_agent component target. All user-agent related code has been moved to a new webkit/user_agent/ directory. BUG=None Review URL: https://chromiumcodereview.appspot.com/10869073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155695 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 年前 | |
Cleanup Blob code dependency Removing BlobData::BlobData(const WebBlobData&), and instead adding new NewBlobData(const WebBlobData&) method only for test_shell. BUG=none Review URL: https://chromiumcodereview.appspot.com/10834386 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152497 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
RefCounted types should not have public destructors, webkit/ BUG=123295 TEST=none Review URL: http://codereview.chromium.org/10066044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134449 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
history.{push,replace}State should no longer be V8EnabledAtRuntime http://trac.webkit.org/changeset/55549 made them be runtime-enabled (since the Chromium implementation was not complete at the time), but they've been enabled by default since http://crrev.com/41850. As of http://trac.webkit.org/changeset/127674, WebRuntimeFeatures::enablePushState is a no-op. R=darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10914102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155205 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove all the indexeddb-related utility process code BUG=129471 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152873 Review URL: https://chromiumcodereview.appspot.com/10834350 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153336 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Initial implementation of Encrypted Media Extensions in Chrome. The new encrypted-media layout tests pass, but the key is not used by the media stack yet. BUG=119668 TEST=LayoutTests/media/encrypted-media/ R=scherkus@chromium.org Review URL: http://codereview.chromium.org/10020053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132973 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Initial implementation of Encrypted Media Extensions in Chrome. The new encrypted-media layout tests pass, but the key is not used by the media stack yet. BUG=119668 TEST=LayoutTests/media/encrypted-media/ R=scherkus@chromium.org Review URL: http://codereview.chromium.org/10020053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132973 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
This change implements a first pass in the effort to remove the dependency of PlatformDevice within Chrome. The Skia library now provides multiple back-ends for the SkDevice class, so PlatformDevice's inheritance of SkDevice, and the assumption of instances of PlatformDevice limits the use of these new back-ends. A new set of helper functions is provided for the PlatformDevice entry points. Upon construction of a PlatformDevice, a pointer to the interface is cached in the parent SkDevice's SkMetaData. The new helper functions forward calls to the interface cached in the metadata. BUG=NONE TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86625 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=86625 Review URL: http://codereview.chromium.org/7019013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86823 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
First pass at removal of unneeded dependencies on skia\ext\platform_canvas.h All 'low-hanging' platform_canvas.h dependencies have been removed, and replaced with skia-specific includes. BUG=None TEST=None Review URL: http://codereview.chromium.org/7517020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95083 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
empty impl of webthemeengine for test_shell Fix half of broken webkit build. TBR=hclam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10667022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144020 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
empty impl of webthemeengine for test_shell Fix half of broken webkit build. TBR=hclam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10667022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144020 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Roll breakpad DEPS r977:998 BUG=137676 TEST=none TBR=mark@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148327 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Clarify licenses on a bunch of files. In this process, I also filed bugs on various projects we depend on that also have unclear licenses. BUG=28291 Review URL: http://codereview.chromium.org/521009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35323 0039d316-1c4b-4281-b951-d872f2087c98 | 16 年前 | |
Clarify licenses on a bunch of files. In this process, I also filed bugs on various projects we depend on that also have unclear licenses. BUG=28291 Review URL: http://codereview.chromium.org/521009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35323 0039d316-1c4b-4281-b951-d872f2087c98 | 16 年前 | |
Moving from from using WebFrame::name to WebFrame::uniqueName BUG=145099 Review URL: https://chromiumcodereview.appspot.com/10914207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156568 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
remove old createMediaPlayer which doesn't have URL as argument. Since WebKit patch has been landed (WebKit r126463), createMediaPlayer without URL as argument is not needed any more. BUG=142988 Review URL: https://chromiumcodereview.appspot.com/10873064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153286 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove more wstrings in webkit/tools/test_shell. The printfs are also no longer used. I can completely remove them in a follow up change. BUG=23581 TEST=None Review URL: http://codereview.chromium.org/8983009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116253 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
mac: Fix a few compile errors with the 10.8 SDK BUG=139138 TBR=tony Review URL: https://chromiumcodereview.appspot.com/10831108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149465 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove more wstrings in webkit/tools/test_shell. The printfs are also no longer used. I can completely remove them in a follow up change. BUG=23581 TEST=None Review URL: http://codereview.chromium.org/8983009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116253 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Quote WebPreferences in namespace webkit_glue. To avoid name conflict when linking DumpRenderTree which has its own implementation of the class with the same name. BUG=127811 TEST=Build all without errors TBR=kalman@chromium.org,dpapad@chromium.org,ben@chromium.org,battre@chromium.org Review URL: https://chromiumcodereview.appspot.com/10384128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136707 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable CSS grid layout in test_shell to ease development. It's off by default because it's nowhere close to ready for developer use, but this will make it easier to develop. We could do something similar for content_shell if needed. BUG=None Review URL: https://chromiumcodereview.appspot.com/10666002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143984 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable CSS grid layout in test_shell to ease development. It's off by default because it's nowhere close to ready for developer use, but this will make it easier to develop. We could do something similar for content_shell if needed. BUG=None Review URL: https://chromiumcodereview.appspot.com/10666002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143984 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable CSS grid layout in test_shell to ease development. It's off by default because it's nowhere close to ready for developer use, but this will make it easier to develop. We could do something similar for content_shell if needed. BUG=None Review URL: https://chromiumcodereview.appspot.com/10666002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143984 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert uses of int ms to TimeDelta in webkit/glue and webkit/tools. R=darin@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/9582043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124922 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK Add gtk dependency to base.gyp for android host_os="linux" case BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9969080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130784 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
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 年前 | |
mac: Use NSWidth() and friends in a few more places. No intended behavior change. BUG=none TEST=none TBR=owners Review URL: https://chromiumcodereview.appspot.com/10545050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141084 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 年前 |