| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | New WebKit API interfaces for desktop notifications. | johnnyg@google.com | 2009-09-01 | 1 | -0/+7 |
* | Haiku bits have been landing upstream; exclude those from Chromium builds. | pkasting@chromium.org | 2009-08-27 | 1 | -1/+1 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 1 | -2/+4 |
* | DevTools l10n: inhibit until agreeded that it is needed. | mnaganov@chromium.org | 2009-08-27 | 1 | -2/+0 |
* | DevTools: Remove base/values dependency from devtools. | pfeldman@chromium.org | 2009-08-27 | 1 | -1/+0 |
* | Skeleton classes for appcache library framework. This is a work in progress. ... | jennb@chromium.org | 2009-08-26 | 1 | -0/+9 |
* | plugins: unfork WebPluginDelegateImpl between linux/win | evan@chromium.org | 2009-08-26 | 1 | -7/+6 |
* | Fix the scons build not generating inspector_strings | tony@chromium.org | 2009-08-24 | 1 | -45/+47 |
* | Revert 24094, caused a build break. | maruel@chromium.org | 2009-08-24 | 1 | -85/+46 |
* | DevTools l10n: merge Inspector's and DevTools's strings; also, disable l10n u... | mnaganov@chromium.org | 2009-08-24 | 1 | -46/+85 |
* | Retrofit the pre-existing appache message dispatching with the new WebKit API... | michaeln@google.com | 2009-08-21 | 1 | -2/+9 |
* | Change the way that we search for iframes. The original code assumed that | darin@chromium.org | 2009-08-21 | 1 | -2/+0 |
* | DevTools l10n: generate localized strings and use them. | mnaganov@chromium.org | 2009-08-21 | 1 | -0/+68 |
* | Provide a hint to build systems that DerivedSourcesAllInOne.cpp should be | mark@chromium.org | 2009-08-20 | 1 | -3/+4 |
* | Revert r23820 by mnaganov due to Interactive Test failures | asargent@chromium.org | 2009-08-20 | 1 | -68/+0 |
* | DevTools l10n: generate localized strings and use them. | mnaganov@chromium.org | 2009-08-20 | 1 | -0/+68 |
* | Move WebPluginContainer into the WebKit API | darin@chromium.org | 2009-08-20 | 1 | -0/+4 |
* | Commit http://codereview.chromium.org/173066 | jorlow@chromium.org | 2009-08-19 | 1 | -0/+2 |
* | Remove webview's dependency on webpreferences. | jorlow@chromium.org | 2009-08-17 | 1 | -0/+1 |
* | Revert "Reverting 23406" as it didn't break any tests. | jhawkins@chromium.org | 2009-08-14 | 1 | -0/+3 |
* | DevTools: dom_agent is dead. Long live InspectorDOMAgent. | pfeldman@chromium.org | 2009-08-14 | 1 | -4/+0 |
* | Move glue/event_conversion.{h,cc} into the WebKit API implementation. | darin@chromium.org | 2009-08-14 | 1 | -2/+2 |
* | Reverting 23406. | levin@chromium.org | 2009-08-14 | 1 | -3/+0 |
* | Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re... | jhawkins@chromium.org | 2009-08-14 | 1 | -0/+3 |
* | Appcache related WebKit API additions. With this patch the compile-time flag ... | michaeln@google.com | 2009-08-12 | 1 | -4/+7 |
* | Try to fix the Mac build on the canary bot, by excluding a new cross-platform... | pkasting@chromium.org | 2009-08-12 | 1 | -0/+4 |
* | Roll WebKit to 47010 | amanda@chromium.org | 2009-08-11 | 1 | -166/+6 |