| Commit message (Expand) | Author | Age | Files | Lines |
* | Move scripting / v8 related methods out of WebKit.h | mhm@chromium.org | 2009-10-16 | 1 | -0/+2 |
* | Added stub implementation of SharedWorkerRepository. | atwilson@chromium.org | 2009-10-15 | 1 | -0/+1 |
* | DevTools: Make DevTools look like Chrome. | pfeldman@chromium.org | 2009-10-14 | 1 | -0/+10 |
* | Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject. | dglazkov@chromium.org | 2009-10-13 | 1 | -0/+2 |
* | Enables the sending of Timeline Agent and Resource messages to the devtools a... | jamesr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | First version of pepper api implementation: | sehr@google.com | 2009-10-12 | 1 | -0/+2 |
* | Remove unused feed_preview.{h,cc} files. | darin@chromium.org | 2009-10-12 | 1 | -2/+0 |
* | DevTools: enable databases panel. | pfeldman@chromium.org | 2009-10-12 | 1 | -1/+0 |
* | Moving ShowContextMenu out of WebView_delegate and into WebViewClient | yaar@chromium.org | 2009-10-09 | 1 | -0/+1 |
* | AppCache StorageAPIs | michaeln@google.com | 2009-10-09 | 1 | -0/+8 |
* | Add pieces needed by upcoming memory purge implementation: | pkasting@chromium.org | 2009-10-07 | 1 | -0/+2 |
* | Stop glue from exporting webcore headers. | thestig@chromium.org | 2009-10-07 | 1 | -3/+0 |
* | Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a | darin@chromium.org | 2009-10-07 | 1 | -0/+1 |
* | Implement NPN_GetValueForURL and NPN_SetValueForURL and add a stub for NPN_Ge... | jam@chromium.org | 2009-10-07 | 1 | -3/+0 |
* | Move runFileChooser from webview_delegate to WebViewClient. | yaar@chromium.org | 2009-10-06 | 1 | -0/+3 |
* | Implementation of application cache update algorithm. | jennb@chromium.org | 2009-10-06 | 1 | -0/+2 |
* | DevTools: fix 'devtools.html' generation on Linux. | mnaganov@chromium.org | 2009-10-06 | 1 | -0/+3 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Ported Chrome's WebGL implementation to Linux. Required changes to | kbr@google.com | 2009-10-05 | 1 | -0/+1 |
* | Exposes WebCore's FontCache through the webkit API | jamesr@chromium.org | 2009-10-05 | 1 | -0/+2 |
* | DevTools: auto-generate devtools.html from WebKit's inspector.html | mnaganov@chromium.org | 2009-10-05 | 1 | -19/+46 |
* | Another stab at the Chromium side of storage events. Re-submission of http:/... | jorlow@chromium.org | 2009-10-03 | 1 | -0/+5 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 1 | -0/+1 |
* | 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 |