| Commit message (Expand) | Author | Age | Files | Lines |
* | Plumb through site-specific quirks setting with a command line switch. | dglazkov@chromium.org | 2009-11-25 | 1 | -0/+2 |
* | Add a label member to the FormField class. This member will hold the value o... | jhawkins@chromium.org | 2009-11-23 | 1 | -2/+4 |
* | reland 31875. Revert was: | estade@chromium.org | 2009-11-16 | 1 | -14/+5 |
* | Revert 31875 to see whether it fixes reliability bot. | huanr@chromium.org | 2009-11-16 | 1 | -5/+14 |
* | Use renderer spellchecker for windows. | estade@chromium.org | 2009-11-13 | 1 | -14/+5 |
* | Add 64 bit support + code cleanup | gregoryd@google.com | 2009-11-10 | 1 | -1/+0 |
* | Amit, please review everything. | ananta@chromium.org | 2009-11-07 | 1 | -1/+18 |
* | Switch over to the new way of enabling/disabling session/local storage. | jorlow@chromium.org | 2009-11-05 | 1 | -2/+0 |
* | Enable the URL portion of storage events. This is mostly just plumbing + a h... | jorlow@chromium.org | 2009-11-05 | 1 | -0/+7 |
* | Implement FormStructure and an initial method, EncodeUploadRequest. This als... | jhawkins@chromium.org | 2009-11-04 | 1 | -2/+6 |
* | First half of http://codereview.chromium.org/274014/show | jorlow@chromium.org | 2009-11-04 | 1 | -0/+52 |
* | Changes session restore to use a normal load rather than preferring | sky@chromium.org | 2009-11-03 | 1 | -6/+56 |
* | Add the plumbing and test code for plugins opening files from the sandbox. This | brettw@chromium.org | 2009-11-03 | 1 | -0/+24 |
* | Store the form name, source URL and target URL in FormFieldValues. These are... | jhawkins@chromium.org | 2009-11-01 | 1 | -0/+7 |
* | Change notification cmd line enabling to use the new RuntimeEnabledFeatures c... | johnnyg@chromium.org | 2009-10-31 | 1 | -3/+1 |
* | Remove the element_ member of FormField, as we don't use it and shouldn't be ... | jhawkins@chromium.org | 2009-10-29 | 1 | -1/+1 |
* | DevTools: Implement raw cookies access for inspector. | pfeldman@chromium.org | 2009-10-29 | 1 | -0/+31 |
* | Actually copy the autofill data into the FormFieldValues vector. Fixes a reg... | jhawkins@chromium.org | 2009-10-27 | 1 | -2/+2 |
* | Break out FormFieldValues::Element into FormField, which will eventually hold... | jhawkins@chromium.org | 2009-10-23 | 1 | -5/+9 |
* | Revert 29747 - Switch over to the new way of enabling/disabling session/local... | nsylvain@chromium.org | 2009-10-22 | 1 | -0/+2 |
* | Switch over to the new way of enabling/disabling session/local storage. | jorlow@chromium.org | 2009-10-22 | 1 | -2/+0 |
* | Trim unused members from SearchableFormData. Remove copies of WebCore functi... | pkasting@chromium.org | 2009-10-21 | 1 | -5/+0 |
* | Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d... | jhawkins@chromium.org | 2009-10-20 | 1 | -9/+7 |
* | add enableWebSockets in WebKit API | ukai@chromium.org | 2009-10-20 | 1 | -3/+1 |
* | Removed webkit_glue::FillFormToUploadFile from dom_operations. | yaar@chromium.org | 2009-10-19 | 1 | -34/+0 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 1 | -1/+0 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Moving ShowContextMenu out of WebView_delegate and into WebViewClient | yaar@chromium.org | 2009-10-09 | 1 | -59/+6 |
* | Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a | darin@chromium.org | 2009-10-07 | 1 | -34/+0 |
* | Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed. | erikkay@chromium.org | 2009-10-06 | 1 | -4/+10 |
* | Implement --enable-web-sockets flag. | ukai@chromium.org | 2009-10-06 | 1 | -1/+3 |
* | TBR: mpcomplete | erikkay@chromium.org | 2009-10-05 | 1 | -11/+5 |
* | Allow popups to close themselves with window.close(). | erikkay@chromium.org | 2009-10-05 | 1 | -5/+11 |
* | Adds command line flag to enable desktop notifications. | johnnyg@chromium.org | 2009-10-05 | 1 | -1/+3 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 1 | -2/+2 |
* | Added command line argument --enable-webgl to facilitate turning on | kbr@google.com | 2009-09-30 | 1 | -1/+3 |
* | Fix deadlock when plugin puts an alert and right afterwards the browser proce... | jam@chromium.org | 2009-09-28 | 1 | -24/+0 |
* | Create an enum for local storage vs. session storage rather than using | jorlow@chromium.org | 2009-09-22 | 1 | -78/+111 |
* | Linux focus ring color: Go through WebKit::WebColor api rather than through t... | estade@chromium.org | 2009-09-11 | 1 | -16/+4 |
* | Supports Gtk keyboard themes. | suzhe@chromium.org | 2009-09-10 | 1 | -0/+21 |
* | Hook up WebFrameClient, replacing many WebViewDelegate methods. | darin@chromium.org | 2009-09-10 | 1 | -0/+1 |
* | Revert "Use gtk-cursor-blink from GtkSettings" | evan@chromium.org | 2009-09-09 | 1 | -4/+0 |
* | Use gtk-cursor-blink from GtkSettings to set the | evan@chromium.org | 2009-09-09 | 1 | -0/+4 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 1 | -0/+34 |
* | Set the focus ring color to match the Gtk theme focus color. | estade@chromium.org | 2009-09-03 | 1 | -0/+18 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 1 | -4/+4 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -5/+7 |
* | Force databases and localstorage to be enabled extensions. | aa@chromium.org | 2009-08-29 | 1 | -0/+2 |
* | Chromium side patch for DB support on Linux. | dumi@chromium.org | 2009-08-28 | 1 | -0/+41 |
* | Revert r24223. Storage test is not working. | aa@chromium.org | 2009-08-25 | 1 | -2/+0 |