| Commit message (Expand) | Author | Age | Files | Lines |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-29 | 1 | -1/+7 |
* | Fix deadlock when plugin puts an alert and right afterwards the browser proce... | jam@chromium.org | 2009-09-28 | 1 | -38/+29 |
* | Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom... | gregoryd@google.com | 2009-09-28 | 1 | -7/+1 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-28 | 1 | -1/+7 |
* | Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom... | gregoryd@google.com | 2009-09-26 | 1 | -7/+1 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-26 | 1 | -1/+7 |
* | Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom... | gregoryd@google.com | 2009-09-26 | 1 | -7/+1 |
* | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ... | gregoryd@google.com | 2009-09-26 | 1 | -1/+7 |
* | Plumb the new mixed content API callbacks to the tab contents. We'll actually | abarth@chromium.org | 2009-09-25 | 1 | -0/+12 |
* | Move another method from WebViewDelegate to WebViewClient. | darin@chromium.org | 2009-09-25 | 1 | -4/+4 |
* | Move some more methods from WebViewDelegate to WebViewClient. | darin@chromium.org | 2009-09-24 | 1 | -20/+20 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 1 | -2/+1 |
* | Reverting 26975. | pkasting@chromium.org | 2009-09-23 | 1 | -1/+2 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-23 | 1 | -2/+1 |
* | Move some more methods from WebViewDelegate to WebViewClient. | darin@chromium.org | 2009-09-23 | 1 | -33/+28 |
* | On 'window.print()' javascript command, print only the frame that is represen... | maruel@chromium.org | 2009-09-22 | 1 | -5/+2 |
* | Add histograms for tab count, RenderProcessHost count, and the number of | brettw@chromium.org | 2009-09-21 | 1 | -0/+5 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-19 | 1 | -0/+25 |
* | Revert 26635 - Change the view mode when switching between moles and toolstri... | mbelshe@google.com | 2009-09-18 | 1 | -25/+0 |
* | Change the view mode when switching between moles and toolstrips, and | erikkay@chromium.org | 2009-09-18 | 1 | -0/+25 |
* | Fold WebEditingClient into WebViewClient. | darin@chromium.org | 2009-09-18 | 1 | -92/+90 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 1 | -0/+40 |
* | Introduce WebKit::WebSecurityOrigin as a wrapper around | darin@chromium.org | 2009-09-18 | 1 | -3/+4 |
* | Preparing rollback in case things don't work out. | bradnelson@google.com | 2009-09-18 | 1 | -7/+1 |
* | This is a copy of http://codereview.chromium.org/153002/show | gregoryd@google.com | 2009-09-18 | 1 | -1/+7 |
* | Fix mouse over status bubble. | darin@chromium.org | 2009-09-17 | 1 | -1/+1 |
* | Hook up WebViewClient, part 1. | darin@chromium.org | 2009-09-16 | 1 | -214/+227 |
* | Replace a bunch of hardcoded URLs with constants from url_constants.h | brettw@chromium.org | 2009-09-15 | 1 | -2/+2 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-15 | 1 | -4/+6 |
* | Revert change 26184, 26181 and 26178 to fix | nsylvain@chromium.org | 2009-09-15 | 1 | -6/+4 |
* | ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma... | finnur@chromium.org | 2009-09-14 | 1 | -4/+6 |
* | Fix for bug 2932: Chrome should not trigger page reloading when turn off auto... | jshin@chromium.org | 2009-09-14 | 1 | -0/+7 |
* | Try to fix build. | thakis@chromium.org | 2009-09-12 | 1 | -0/+4 |
* | Let cmd-e write the selection into the find pasteboard. | thakis@chromium.org | 2009-09-12 | 1 | -0/+17 |
* | Linux focus ring color: Go through WebKit::WebColor api rather than through t... | estade@chromium.org | 2009-09-11 | 1 | -3/+4 |
* | Remove WebViewDelegate::SpellCheckerDocumentTag method and eliminate | darin@chromium.org | 2009-09-11 | 1 | -23/+30 |
* | Eliminate some methods. | darin@chromium.org | 2009-09-11 | 1 | -7/+6 |
* | Make extensions use ViewMsg_EnableIntrinsicWidthChangedMode. | mpcomplete@chromium.org | 2009-09-10 | 1 | -6/+1 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Hook up WebFrameClient::didUpdateCurrentHistoryItem | darin@chromium.org | 2009-09-10 | 1 | -8/+8 |
* | Supports Gtk keyboard themes. | suzhe@chromium.org | 2009-09-10 | 1 | -0/+31 |
* | Hook up WebFrameClient, replacing many WebViewDelegate methods. | darin@chromium.org | 2009-09-10 | 1 | -583/+595 |
* | Revert "Use gtk-cursor-blink from GtkSettings" | evan@chromium.org | 2009-09-09 | 1 | -1/+0 |
* | Use gtk-cursor-blink from GtkSettings to set the | evan@chromium.org | 2009-09-09 | 1 | -0/+1 |
* | Adds support for the os x spelling panel to chromium. Users can | pinkerton@chromium.org | 2009-09-09 | 1 | -7/+53 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 1 | -12/+0 |
* | Take out the activex control.BUG=20259 | jam@chromium.org | 2009-09-08 | 1 | -5/+3 |
* | Plumb the DragOperation through all the layers between the platform Drag-n-dr... | snej@chromium.org | 2009-09-08 | 1 | -15/+24 |
* | Convert std::wstring encoding names to std::string in a bunch of files. | tony@chromium.org | 2009-09-04 | 1 | -2/+2 |
* | NNTP: Updating the thumbnail size to match the size we use on the new | arv@google.com | 2009-09-04 | 1 | -2/+2 |