| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify ResourceFetcher to use WebURLLoader instead of ResourceHandle. | darin@chromium.org | 2009-07-07 | 1 | -1/+11 |
* | We used to store/restore the frame and node that were focused last when a age... | jcampan@chromium.org | 2009-07-03 | 1 | -4/+0 |
* | Add Reload and LoadData methods to WebFrame. LoadData replaces | darin@chromium.org | 2009-07-01 | 1 | -104/+88 |
* | Modify printing methods on WebFrame to be more inline with the version | darin@chromium.org | 2009-06-30 | 1 | -19/+7 |
* | Delete V8Proxy and V8Utilities and use upstreamed versions. | japhet@chromium.org | 2009-06-29 | 1 | -1/+1 |
* | Reverting 19489,19488. | japhet@chromium.org | 2009-06-29 | 1 | -1/+1 |
* | Somehow missed a file in the original patch. Doh. | japhet@chromium.org | 2009-06-29 | 1 | -1/+1 |
* | Add notifications for when V8Proxy creates or destroys a V8 Context. | mpcomplete@chromium.org | 2009-06-26 | 1 | -0/+11 |
* | Remove WebFrame::CaptureImage in favor of having consumers call Layout | darin@chromium.org | 2009-06-26 | 1 | -35/+0 |
* | Remove unused / obsolete AppCache code from WebFrame. | darin@chromium.org | 2009-06-26 | 1 | -36/+1 |
* | Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame. | darin@chromium.org | 2009-06-25 | 1 | -25/+11 |
* | Run content scripts in their own isolated world. Hidden behind the --isolate... | abarth@chromium.org | 2009-06-25 | 1 | -1/+6 |
* | Don't disable view-source mode on cancellation. On error, we should turn off | brettw@chromium.org | 2009-06-25 | 1 | -3/+0 |
* | Some cleanup around WebCore EditCommands: | jeremy@chromium.org | 2009-06-23 | 1 | -2/+2 |
* | Revert 18765 to try to repair perf regression | jar@chromium.org | 2009-06-19 | 1 | -14/+0 |
* | Send port-closed notification when a frame with ports unloads. | mpcomplete@google.com | 2009-06-18 | 1 | -0/+14 |
* | Delete files from webkit/glue that have been made obsolete by corresponding | darin@chromium.org | 2009-06-18 | 1 | -64/+59 |
* | Extract form related classes from the guts of WebFrameImpl. | darin@chromium.org | 2009-06-15 | 1 | -0/+19 |
* | WebKit 44372:44405, resubmit. | dimich@google.com | 2009-06-04 | 1 | -9/+5 |
* | Revert 17601 (build break on mac) | dimich@google.com | 2009-06-04 | 1 | -5/+9 |
* | WebKit DEP roll 44372:44405 | dimich@google.com | 2009-06-04 | 1 | -9/+5 |
* | Find in page should cause the scrollbar to repaint with tick marks. | tc@google.com | 2009-06-03 | 1 | -1/+1 |
* | Add functions to glue to get the full html of the page and also to check if t... | sverrir@google.com | 2009-06-02 | 1 | -0/+10 |
* | Have the find bar show number of matches on linux. | tc@google.com | 2009-06-01 | 1 | -2/+2 |
* | Ensure we have a Cocoa NSGraphicsContext when needed. | jrg@chromium.org | 2009-05-26 | 1 | -0/+2 |
* | Make WebRequest be a wrapper for ResourceRequest instead of FrameLoadRequest. | darin@chromium.org | 2009-05-22 | 1 | -2/+1 |
* | Remove the HistoryState property of WebRequest. | darin@chromium.org | 2009-05-22 | 1 | -5/+14 |
* | Remove a field that is now unused. This was made obsolete | darin@chromium.org | 2009-05-21 | 1 | -13/+2 |
* | Move ExtraData from WebRequest to WebDataSource. | darin@chromium.org | 2009-05-21 | 1 | -21/+0 |
* | ScriptController.* needs to be reformatted into WebKit style. | levin@chromium.org | 2009-05-18 | 1 | -1/+1 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 1 | -13/+2 |
* | Revert r15940 again. Unexpected layout test failures :( | darin@chromium.org | 2009-05-13 | 1 | -2/+13 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 1 | -13/+2 |
* | This change makes sure we always have a valid NSGraphicsContext, a job | jrg@chromium.org | 2009-05-12 | 1 | -0/+4 |
* | Split V8Proxy::retrieveActiveFrame() into two methods. | aa@chromium.org | 2009-05-12 | 1 | -2/+13 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -5/+5 |
* | There are cases where a Frame may outlive its associated Page. Get the | darin@chromium.org | 2009-05-06 | 1 | -16/+29 |
* | Chrome changes for WebKit merge 43114:43242 | darin@chromium.org | 2009-05-05 | 1 | -0/+1 |
* | Revert r15278. More unexpected test failures :( | darin@chromium.org | 2009-05-05 | 1 | -2/+13 |
* | Re-do r15244: Fix crash in ~TestWebViewDelegate caused by | darin@chromium.org | 2009-05-05 | 1 | -13/+2 |
* | Fix bug 9812: Remove current RSS code in favor of new more generalized | finnur@chromium.org | 2009-05-04 | 1 | -63/+0 |
* | Revert r15244. Failed tests :( | darin@chromium.org | 2009-05-04 | 1 | -2/+13 |
* | Eliminate webkit/glue/webhistoryitem* in favor of adding a | darin@chromium.org | 2009-05-04 | 1 | -13/+2 |
* | Rev 12100 changed the way that we spool and render printed output, most notably | maruel@chromium.org | 2009-04-27 | 1 | -0/+14 |
* | More linux ifdef tweaks. This reverts my earlier change (13503). | sky@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Add transparency support to RenderWidgetHostView. | aa@chromium.org | 2009-04-23 | 1 | -0/+3 |
* | Merge: chromium side [42671:42725] | levin@chromium.org | 2009-04-23 | 1 | -1/+1 |
* | Rename AllowCrossOriginAccessHack to GrantUniversalAccess, and move the HACK | mpcomplete@google.com | 2009-04-17 | 1 | -1/+1 |
* | Fix 10573: Dismissing Find-in page doesn't set focus | finnur@chromium.org | 2009-04-17 | 1 | -4/+2 |
* | Chrome changes to support WebKit API changes. | darin@chromium.org | 2009-04-16 | 1 | -50/+2 |