| 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 |
* | Fix crash when an extension popup shows a JS alert. Showing the alert takes... | rafaelw@chromium.org | 2009-11-24 | 1 | -11/+11 |
* | Assorted cleanup. | estade@chromium.org | 2009-11-23 | 4 | -20/+9 |
* | Take 2 at moving NTP CSS resources into the NTP resource cache. | tony@chromium.org | 2009-11-23 | 1 | -0/+3 |
* | DevTools: Add UMA entry for inspect element action. | pfeldman@chromium.org | 2009-11-23 | 1 | -0/+1 |
* | When you search for something, press F3, close the box and press F3 it would ... | finnur@chromium.org | 2009-11-20 | 2 | -10/+9 |
* | Turn on HTML5 DBs by default. | dumi@chromium.org | 2009-11-20 | 1 | -1/+1 |
* | Replaced HungRendererDialog class with hung_renderer_dialog namespace. | akalin@chromium.org | 2009-11-20 | 1 | -4/+4 |
* | Make executeScript and insertCSS inject code into all frames. | tangjie@chromium.org | 2009-11-20 | 2 | -3/+6 |
* | Linux: tell webkit to permit WebDragOperationMove drags. | estade@chromium.org | 2009-11-19 | 1 | -3/+5 |
* | Move Mac to using renderer spellchecker. | estade@chromium.org | 2009-11-19 | 1 | -11/+5 |
* | Add support for ShowHtmlDialog() to Linux. This is modeled off the MacOS and... | zork@chromium.org | 2009-11-18 | 1 | -2/+5 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -3/+0 |
* | Revert 32203,32204,32205 - Launch processes asynchronously so as not to block... | jam@chromium.org | 2009-11-18 | 1 | -0/+3 |
* | Launch processes asynchronously so as not to block the UI thread. For now, r... | jam@chromium.org | 2009-11-17 | 1 | -3/+0 |
* | Use plain strings instead of wstrings for UMA actions | evan@chromium.org | 2009-11-17 | 1 | -5/+5 |
* | Implement web app shortcuts natively per issue 25528 | xiyuan@chromium.org | 2009-11-17 | 3 | -119/+20 |
* | Correct a typo. | jam@chromium.org | 2009-11-17 | 1 | -1/+1 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 4 | -3/+31 |
* | Revert 31999 - Enable HTML5 DBs by default (except in incognito mode). | dumi@chromium.org | 2009-11-14 | 1 | -1/+1 |
* | Enable HTML5 DBs by default (except in incognito mode). | dumi@chromium.org | 2009-11-14 | 1 | -1/+1 |
* | gtk: Hide the status bubble when the mouse nears it. | derat@chromium.org | 2009-11-14 | 3 | -7/+15 |
* | Fix for a bug where navigating from the NTP, to an SSL interstitial and then | jcampan@chromium.org | 2009-11-13 | 1 | -2/+4 |
* | Fix the problem that file URL is not converted to file path in drag-and-drop ... | jianli@chromium.org | 2009-11-13 | 1 | -1/+5 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -2/+1 |
* | DevTools: Only enable dev tools for dev tools if process-per-tab flag is set.... | pfeldman@chromium.org | 2009-11-12 | 1 | -3/+10 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 2 | -3/+3 |
* | [Mac] ScopedSendingEvent finds NSApp by itself. | shess@chromium.org | 2009-11-10 | 1 | -2/+1 |
* | Basic wiring to enable downloads for CF's host browser network stack. A nota... | tommi@chromium.org | 2009-11-07 | 3 | -0/+15 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -2/+2 |
* | Prevents an old RenderViewHost from preempting a cross-site navigation once t... | creis@chromium.org | 2009-11-07 | 3 | -0/+128 |
* | [mac] Add "Paste and Match Style" to edit menu | thakis@chromium.org | 2009-11-07 | 3 | -0/+13 |
* | [Mac] Defer close from renderer while tab is a drag source. | shess@chromium.org | 2009-11-06 | 1 | -3/+12 |
* | GTK: Fix context menu positioning. | estade@chromium.org | 2009-11-06 | 3 | -5/+11 |
* | Turn LocalStorage on by default. | jorlow@chromium.org | 2009-11-06 | 1 | -1/+1 |
* | Poor work-around for the crasher 23411. | jcampan@chromium.org | 2009-11-06 | 3 | -0/+18 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-06 | 2 | -22/+68 |
* | Move the spellchecker to the renderer. | estade@chromium.org | 2009-11-06 | 1 | -2/+15 |
* | [Mac] Delay TabContents::Close() when event-tracking. | shess@chromium.org | 2009-11-06 | 4 | -0/+80 |
* | Revert 31110 - Implement window.alert() and its cousins for extensions. | ben@chromium.org | 2009-11-05 | 2 | -68/+22 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-05 | 2 | -22/+68 |
* | Switch over to the new way of enabling/disabling session/local storage. | jorlow@chromium.org | 2009-11-05 | 1 | -2/+0 |
* | Only send renderer resize messages for RWHV sizing caused by | tony@chromium.org | 2009-11-04 | 2 | -4/+9 |
* | Revert "Convert tabcontentscontainer to use a vbox instead of a fixed. The" | tony@chromium.org | 2009-11-04 | 1 | -0/+2 |
* | Implement undo/redo so they will be properly enabled when the web content has... | pinkerton@chromium.org | 2009-11-04 | 1 | -0/+8 |
* | Changes session restore to use a normal load rather than preferring | sky@chromium.org | 2009-11-03 | 8 | -33/+70 |
* | Convert tabcontentscontainer to use a vbox instead of a fixed. The | tony@chromium.org | 2009-11-03 | 1 | -2/+0 |
* | Fifth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-03 | 3 | -6/+7 |
* | Fix a problem in the implementation of search-vs.-go-in-context-menus. We we... | pkasting@chromium.org | 2009-11-02 | 1 | -35/+20 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 2 | -9/+10 |