| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug where clicking an external link from an extension page would reuse | mpcomplete@google.com | 2009-06-15 | 1 | -0/+1 |
* | Extract form related classes from the guts of WebFrameImpl. | darin@chromium.org | 2009-06-15 | 1 | -84/+144 |
* | Consider a redirect following user gesture as user-initiated in maintaining | yuzo@chromium.org | 2009-06-15 | 1 | -0/+2 |
* | Use pointers instead of references in SpellCheck function. | sidchat@google.com | 2009-06-12 | 1 | -4/+4 |
* | Remove most field trial uses of DNS impact test | jar@chromium.org | 2009-06-12 | 1 | -24/+14 |
* | Enable <video> in test_shell | hclam@chromium.org | 2009-06-11 | 1 | -2/+16 |
* | Move renderer_preferences.h from chrome/browser into chrome/common. We | tc@google.com | 2009-06-11 | 1 | -3/+2 |
* | Do not allow URL drops on app windows to cause a navigation away | tc@google.com | 2009-06-10 | 1 | -4/+20 |
* | Stop auto-correcting abbreviations.BUG= www.crbug.com/12921TEST= For command ... | sidchat@google.com | 2009-06-10 | 1 | -2/+5 |
* | Change the extension callback system to work more like events, where we track | mpcomplete@google.com | 2009-06-10 | 1 | -43/+4 |
* | Fixes a flash plugin hang caused by opening google finance ticker symbols in ... | ananta@chromium.org | 2009-06-09 | 1 | -8/+0 |
* | Revert 17889. It broke the extensions_uitests. And I didn't even get it | mpcomplete@google.com | 2009-06-08 | 1 | -4/+43 |
* | Change the extension callback system to work more like events, where we track | mpcomplete@google.com | 2009-06-08 | 1 | -43/+4 |
* | Refuse to load extension-private plugins for pages that don't belong to that | mpcomplete@google.com | 2009-06-05 | 1 | -1/+5 |
* | Resubmitting change r17491 that was reverted because of a memory leak. | sverrir@google.com | 2009-06-03 | 1 | -229/+4 |
* | Revert "Refactor print functionality in RenderView..." | willchan@chromium.org | 2009-06-03 | 1 | -4/+229 |
* | Refactor print functionality in RenderView. Moved most of the print function... | sverrir@google.com | 2009-06-03 | 1 | -229/+4 |
* | Implement InspectorClient's Settings API. | pfeldman@chromium.org | 2009-06-03 | 1 | -0/+4 |
* | Enforce a max length for document titles. | abarth@chromium.org | 2009-05-30 | 1 | -2/+8 |
* | Remove the HistoryState property of WebRequest. | darin@chromium.org | 2009-05-22 | 1 | -21/+31 |
* | Move ExtraData from WebRequest to WebDataSource. | darin@chromium.org | 2009-05-21 | 1 | -67/+82 |
* | Facilitate a FieldTrial in the renderer | jar@chromium.org | 2009-05-20 | 1 | -12/+27 |
* | Adds propagation and handling of render-side focus events, for the benefit of... | klink@chromium.org | 2009-05-20 | 1 | -2/+24 |
* | Lookup the plugin for the mime type before attempting to open a channel for t... | ananta@chromium.org | 2009-05-19 | 1 | -14/+14 |
* | Only send SelectionChanged events when the selection has actually changed. | estade@chromium.org | 2009-05-18 | 1 | -1/+12 |
* | extensions chrome.self.getViews(): | rafaelw@chromium.org | 2009-05-16 | 1 | -0/+6 |
* | Retry r16006. | estade@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | revert r16006 due to msvc warning. | estade@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Properly convert from UTF8 to UTF16 in WebTextInputImpl. | estade@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 1 | -22/+1 |
* | Propagate intrinsic width notification over IPC in all cases (not just extens... | pinkerton@chromium.org | 2009-05-13 | 1 | -7/+25 |
* | DevTools: enable out of process dev tools by default. Take 2. | pfeldman@chromium.org | 2009-05-13 | 1 | -2/+2 |
* | Revert r15940 again. Unexpected layout test failures :( | darin@chromium.org | 2009-05-13 | 1 | -1/+22 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 1 | -22/+1 |
* | Add Automatic spell correction support in Chrome. | sidchat@google.com | 2009-05-12 | 1 | -0/+9 |
* | cleanup pending_extension_requests_ in dtor. | rafaelw@chromium.org | 2009-05-12 | 1 | -0/+7 |
* | Reverting 15843: chrome performance regression. | pfeldman@chromium.org | 2009-05-12 | 1 | -2/+2 |
* | FormatErrorMessage() functions are now publicly available from ExtensionError... | rafaelw@chromium.org | 2009-05-12 | 1 | -27/+36 |
* | DevTools: enable out of process dev tools by default. | pfeldman@chromium.org | 2009-05-12 | 1 | -2/+2 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -5/+5 |
* | Defer window.close(), resizeTo() and moveTo() actions | mbelshe@google.com | 2009-05-09 | 1 | -0/+1 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Linux: make PRIMARY clipboard act on focused webkit frame rather than main fr... | estade@chromium.org | 2009-05-08 | 1 | -3/+5 |
* | Retry of enabling video on linux. See related review: http://codereview.chro... | ajwong@chromium.org | 2009-05-08 | 1 | -6/+0 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Refactor media player to move away from webkit_glue | hclam@chromium.org | 2009-05-07 | 1 | -4/+5 |
* | Popup whitelisting checkpoint. | pkasting@chromium.org | 2009-05-06 | 1 | -4/+4 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -2/+2 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |