| Commit message (Expand) | Author | Age | Files | Lines |
* | Ported Chrome's WebGL implementation to Mac OS X. Removed code which | kbr@google.com | 2009-10-02 | 1 | -1/+8 |
* | SocketStreamHandle implementation (skelton) for chromium. | ukai@chromium.org | 2009-10-02 | 1 | -0/+1 |
* | Reverting 27756. | jorlow@chromium.org | 2009-10-01 | 1 | -5/+0 |
* | Another stab at the Chromium side of storage events. The WebKit side can be ... | jorlow@chromium.org | 2009-10-01 | 1 | -0/+5 |
* | Hook up webkit/api/public/WebView.h | darin@chromium.org | 2009-09-30 | 1 | -0/+1 |
* | One part of http://codereview.chromium.org/223013/show | jorlow@chromium.org | 2009-09-30 | 1 | -0/+1 |
* | Incorporated initial WebGL implementation for Chrome, currently | kbr@google.com | 2009-09-28 | 1 | -0/+23 |
* | Downstreamed v8 extension building & webkit_chromium_port flag | yaar@chromium.org | 2009-09-24 | 1 | -0/+16 |
* | Upstreamings parts of webkit.gyp (step 3) | yaar@chromium.org | 2009-09-23 | 1 | -3/+3 |
* | Rolling back 26904, didn't take chrome branding into account. | bradnelson@google.com | 2009-09-23 | 1 | -14/+21 |
* | Changing the grd files in chrome/webkit/app to be compiled to seprate | bradnelson@google.com | 2009-09-23 | 1 | -21/+14 |
* | Move FTP LIST parsing code to the renderer process. | phajdan.jr@chromium.org | 2009-09-22 | 1 | -0/+2 |
* | Refactor the DB code to make it accessible from test_shell. | dumi@chromium.org | 2009-09-22 | 1 | -0/+13 |
* | Enable webkit.gyp compiler warnings on mac only. | tony@chromium.org | 2009-09-22 | 1 | -0/+8 |
* | Rolling back change 26798. Didn't catch all the missing dependencies. | bradnelson@google.com | 2009-09-22 | 1 | -9/+12 |
* | Fixing up webkit_strings and webkit_resources to use grit scanner to decide | bradnelson@google.com | 2009-09-22 | 1 | -12/+9 |
* | Disable warnings on linux too. opt build is failing. | tony@chromium.org | 2009-09-21 | 1 | -7/+0 |
* | Disable compiler warnings on mac. Some crept in since the last time. | tony@chromium.org | 2009-09-21 | 1 | -1/+1 |
* | Enable compiler -Werror and -Wall on our webkit code for mac and linux. | tony@chromium.org | 2009-09-21 | 1 | -0/+7 |
* | DevTools: Get rid of utility functions and ExecuteUtilityFunction as a whole.... | pfeldman@chromium.org | 2009-09-21 | 1 | -1/+0 |
* | Fold WebEditingClient into WebViewClient. | darin@chromium.org | 2009-09-18 | 1 | -1/+0 |
* | Upstreamings parts of webkit.gyp (step 1) | yaar@chromium.org | 2009-09-18 | 1 | -920/+6 |
* | Introduce WebKit::WebSecurityOrigin as a wrapper around | darin@chromium.org | 2009-09-18 | 1 | -0/+2 |
* | Check for supported schemes and examine request methods at key points. We sup... | michaeln@google.com | 2009-09-18 | 1 | -1/+1 |
* | Revert change 26523 "Upstreamings parts of webkit.gyp (step 1)" because it br... | nsylvain@chromium.org | 2009-09-18 | 1 | -6/+920 |
* | Upstreamings parts of webkit.gyp (step 1) | yaar@chromium.org | 2009-09-17 | 1 | -920/+6 |
* | Add all locales to the appropriate generated file lists in .gyp files. | thestig@chromium.org | 2009-09-17 | 1 | -14/+7 |
* | Bring the Mac Chromium render theme up to date and easier to keep merged. Chr... | avi@chromium.org | 2009-09-17 | 1 | -1/+11 |
* | Hook up WebViewClient, part 1. | darin@chromium.org | 2009-09-16 | 1 | -0/+1 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -1/+0 |
* | Fix the Linux shared build. | thestig@chromium.org | 2009-09-15 | 1 | -1/+2 |
* | * Fleshed out AppCacheHost class a fair amount, in particular the cache selec... | michaeln@google.com | 2009-09-15 | 1 | -0/+2 |
* | linux: drop my libxul hack; it didn't work | evan@chromium.org | 2009-09-12 | 1 | -26/+0 |
* | WTF and PCRE should use JavaScriptCore/config.h and WebCore should use | mark@chromium.org | 2009-09-11 | 1 | -41/+1 |
* | Modify our webkit code to make sure it does not call into | nsylvain@chromium.org | 2009-09-11 | 1 | -2/+0 |
* | Hook up WebFrameClient, replacing many WebViewDelegate methods. | darin@chromium.org | 2009-09-10 | 1 | -0/+1 |
* | linux: split libxpcom_hack into its own file | evan@chromium.org | 2009-09-09 | 1 | -1/+1 |
* | Bring config.h.in up to date. | dglazkov@chromium.org | 2009-09-09 | 1 | -0/+23 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 1 | -4/+4 |
* | linux: build a fake libxul and libxpcom | evan@chromium.org | 2009-09-08 | 1 | -2/+28 |
* | Take out the activex control.BUG=20259 | jam@chromium.org | 2009-09-08 | 1 | -3/+0 |
* | Add new WebKit directory to paths searched by gyp. | japhet@chromium.org | 2009-09-08 | 1 | -0/+1 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 1 | -7/+10 |
* | Delete all precompiled support. It is causing more harm than good, especially... | maruel@chromium.org | 2009-09-04 | 1 | -13/+0 |
* | Hook up WebEditingClient. | darin@chromium.org | 2009-09-04 | 1 | -0/+4 |
* | Reverting 25262. Worked OK in the browser, but blew up TestShell. | amanda@chromium.org | 2009-09-02 | 1 | -0/+5 |
* | Unfork shared parts of webplugin_delegate_impl_mac.mm. | amanda@chromium.org | 2009-09-02 | 1 | -5/+0 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 1 | -1/+0 |
* | Plumb request interception into the appcache library for both chrome and test... | michaeln@google.com | 2009-09-01 | 1 | -0/+2 |
* | DevTools l10n: remove targets, as they are still get compiled. | mnaganov@chromium.org | 2009-09-01 | 1 | -68/+0 |