| Commit message (Expand) | Author | Age | Files | Lines |
* | WTF and PCRE should use JavaScriptCore/config.h and WebCore should use | mark@chromium.org | 2009-09-11 | 1 | -45/+0 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 1 | -2/+5 |
* | Delete all precompiled support. It is causing more harm than good, especially... | maruel@chromium.org | 2009-09-04 | 5 | -68/+0 |
* | Add license information to our shell scripts. | agl@chromium.org | 2009-08-25 | 4 | -2/+18 |
* | Appcache related WebKit API additions. With this patch the compile-time flag ... | michaeln@google.com | 2009-08-12 | 1 | -1/+1 |
* | Remove unreferenced .rules files. | sgk@google.com | 2009-07-28 | 2 | -47/+0 |
* | Remove *.vsprops files that are no longer referenced (or only have | sgk@google.com | 2009-07-28 | 19 | -246/+0 |
* | Proper fix for the "thousands of macro names must be identifiers" bug. | dglazkov@chromium.org | 2009-07-06 | 1 | -3/+10 |
* | Remove any double qoutes from defines, fed into bindings generator. | dglazkov@chromium.org | 2009-07-06 | 1 | -1/+3 |
* | Unfork and remove generate-bindings.pl from our tree. | dglazkov@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | Delete the checked-in webkit .vcproj (and ancillary .sln) files. | sgk@google.com | 2009-05-12 | 16 | -17801/+0 |
* | WebKit Merge 43361:43371, Chromium side. | dglazkov@google.com | 2009-05-07 | 1 | -16/+0 |
* | Fix code generator to enable Database support. | dglazkov@google.com | 2009-05-07 | 1 | -1/+1 |
* | WebKit Merge 43346:43361, Chromium side. | dglazkov@google.com | 2009-05-07 | 1 | -0/+8 |
* | Refactor media player to move away from webkit_glue | hclam@chromium.org | 2009-05-07 | 1 | -0/+8 |
* | Changes for upstreaming V8DocumentLocationCustom.cpp. | levin@chromium.org | 2009-05-06 | 1 | -0/+4 |
* | Chrome changes for WebKit merge 43114:43242 | darin@chromium.org | 2009-05-05 | 1 | -0/+12 |
* | Removing some duplicate source files and filters from vcprojs. | bradnelson@chromium.org | 2009-05-04 | 2 | -24/+8 |
* | ClientRectList must provide indexed access method that acts like item() method. | ukai@chromium.org | 2009-04-30 | 1 | -0/+4 |
* | WebKit Merge 42805:42932, Chromium side. | dglazkov@google.com | 2009-04-28 | 1 | -8/+0 |
* | Merge WebKit console and load deferrer changes. | pfeldman@chromium.org | 2009-04-28 | 1 | -0/+8 |
* | Introduce ScriptEventListner, Chromium side. | dglazkov@google.com | 2009-04-27 | 1 | -0/+8 |
* | Fix sudden termination after the latest WebKit merge. | jam@chromium.org | 2009-04-25 | 1 | -9/+12 |
* | Chromium side of WebKit merge 42725:42805. | dimich@google.com | 2009-04-24 | 1 | -0/+8 |
* | Chrome side of using WebPluginListBuilder. | darin@chromium.org | 2009-04-24 | 1 | -0/+12 |
* | Use upstreamed V8WorkerCustom and V8WorkerContextCustom. Remove duplicate V8U... | jianli@chromium.org | 2009-04-23 | 1 | -16/+8 |
* | WebKit Merge 42609:42671, Chromium Side | dglazkov@google.com | 2009-04-20 | 1 | -2/+10 |
* | Turn on ENABLE_CHANNEL_MESSAGING. | ericroman@google.com | 2009-04-20 | 1 | -1/+1 |
* | Unfork Inspector, Chromium side. | dglazkov@google.com | 2009-04-17 | 2 | -12/+80 |
* | Chrome side of webkit merge from 42547 to 42580. | tc@google.com | 2009-04-16 | 1 | -0/+8 |
* | JavaScriptCore is not using the webkit common defines. | mbelshe@google.com | 2009-04-16 | 1 | -1/+1 |
* | Build pipeline directly in build/action_maketokenizer.py. | thestig@chromium.org | 2009-04-13 | 1 | -8/+10 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 1 | -0/+20 |
* | Stop serializing WebString over IPC. The new rule is that only POD (plain old | darin@chromium.org | 2009-04-06 | 1 | -1/+1 |
* | Make V8WorkerContextObjectEventListener from upstream compiled. | jianli@chromium.org | 2009-04-03 | 1 | -0/+8 |
* | Chrome side change to use V8EventListenerList from upstream. This involves re... | jianli@chromium.org | 2009-04-03 | 1 | -0/+8 |
* | Turn off tcmalloc so we can see if it impacts reliability | mbelshe@google.com | 2009-04-02 | 1 | -1/+1 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 1 | -0/+8 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 8 | -2424/+0 |
* | Re-enabling ENABLE_VIDEO since and made appropriate changes due toWebKit merg... | hclam@chromium.org | 2009-03-31 | 2 | -2/+2 |
* | Use WebConsoleMessage instead of ConsoleMessageLevel. | darin@chromium.org | 2009-03-31 | 1 | -0/+4 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 1 | -0/+8 |
* | Chrome side of WebKit merge 42026:42115 | playmobil@google.com | 2009-03-31 | 2 | -0/+10 |
* | Enable TCMalloc. | mbelshe@google.com | 2009-03-30 | 2 | -1/+15 |
* | Chrome-side of using setKeyIdentifierFromWindowsKeyCode instead of | darin@chromium.org | 2009-03-30 | 2 | -9/+5 |
* | Reland changes to fix the problem that DOM object is deleted in the GC thread... | jianli@chromium.org | 2009-03-29 | 2 | -0/+13 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 3 | -2/+29 |
* | Encoding autodetection patch part 2. | jungshik@google.com | 2009-03-27 | 2 | -0/+9 |
* | Search box support, Chromium side.BUG=9210 | pkasting@chromium.org | 2009-03-27 | 1 | -1/+1 |
* | Start using the upstream versions of V8NodeFilter and V8XML*. | levin@chromium.org | 2009-03-27 | 2 | -29/+29 |