| Commit message (Expand) | Author | Age | Files | Lines |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 3 | -25/+124 |
* | Roll WebKit DEPS from 45738 to 45840. | dimich@google.com | 2009-07-14 | 3 | -1/+63 |
* | Revert r20553. | thestig@chromium.org | 2009-07-13 | 3 | -41/+7 |
* | Additional svn ignores for native_client and Makefile. | thestig@chromium.org | 2009-07-13 | 3 | -7/+41 |
* | Add a temporary flag to enable plugins on the Mac and Linux while | amanda@chromium.org | 2009-07-13 | 2 | -0/+5 |
* | posix: drop Gears NOTIMPLEMENTED() | evan@chromium.org | 2009-07-13 | 1 | -2/+1 |
* | posix: drop a NOTIMPLEMENTED that is now implemented | evan@chromium.org | 2009-07-13 | 1 | -13/+0 |
* | Add an optional channel name to the extension message connect event. | mpcomplete@chromium.org | 2009-07-13 | 1 | -4/+6 |
* | Added an async automation message AutomationMsg_PrintAsync to asynchronously ... | ananta@chromium.org | 2009-07-13 | 1 | -0/+4 |
* | Refactor extension constants to improve readability, debugging, and to make i... | erikkay@chromium.org | 2009-07-13 | 6 | -380/+420 |
* | Turn backend tip service on by default. | mirandac@chromium.org | 2009-07-12 | 2 | -4/+4 |
* | Wire up windowless plugins. Mostly Mac related, some cross | amanda@chromium.org | 2009-07-11 | 2 | -3/+3 |
* | ipc: Fix IPC message logging type | evan@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | plugins: use OnChannelError to detect when the channel goes away | evan@chromium.org | 2009-07-10 | 2 | -31/+13 |
* | Remove svn:executable property from some more files that don't need it. | thestig@chromium.org | 2009-07-10 | 6 | -0/+0 |
* | Convert JavascriptAlertActivatesTab to browser_tests framework. | phajdan.jr@chromium.org | 2009-07-10 | 1 | -0/+10 |
* | Add default browser checking and setting on Linux. | mdm@chromium.org | 2009-07-10 | 1 | -14/+0 |
* | Implementation of Extension Updater. | asargent@chromium.org | 2009-07-10 | 2 | -0/+4 |
* | Add getLanguage function to tab extension. | sidchat@google.com | 2009-07-10 | 2 | -0/+12 |
* | Revert "plugins: use OnChannelError to detect when the channel goes away" | evan@chromium.org | 2009-07-10 | 2 | -13/+31 |
* | plugins: use OnChannelError to detect when the channel goes away | evan@chromium.org | 2009-07-10 | 2 | -31/+13 |
* | Move some more interfaces on RenderViewHostDelegate to separate classes. The | brettw@chromium.org | 2009-07-09 | 1 | -3/+8 |
* | Change the window background color to the inactive color when the | tc@google.com | 2009-07-09 | 1 | -0/+4 |
* | Fix the Linux tab strip zone calculation when using the skyline. We are look... | jhawkins@chromium.org | 2009-07-09 | 1 | -1/+2 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -2/+9 |
* | A prototype of resource loading through automation | amit@chromium.org | 2009-07-09 | 5 | -65/+84 |
* | Windowed plugins like Flash would cause the hung plugin dialog to show up whe... | ananta@chromium.org | 2009-07-09 | 2 | -6/+47 |
* | Renable sending page urls in renderer crashes on Mac. | jabdelmalek@google.com | 2009-07-09 | 2 | -10/+13 |
* | Get the Mac build compiling while we figure out how SetActiveUrl should be im... | jam@chromium.org | 2009-07-08 | 1 | -1/+3 |
* | Add the page url to plugin crashes to aid debugging. | jam@chromium.org | 2009-07-08 | 6 | -0/+322 |
* | Adds tab pinning to TabStripModel. This is just the model side of | sky@chromium.org | 2009-07-08 | 2 | -0/+5 |
* | Revert change 20173 because it breaks the ui_tests, plugin_tests | nsylvain@chromium.org | 2009-07-08 | 6 | -322/+0 |
* | Add the page url to plugin crashes to aid debugging. | jam@chromium.org | 2009-07-08 | 6 | -0/+322 |
* | Split out some of the RVHDelegate functions into separate sub-classes. To limit | brettw@chromium.org | 2009-07-08 | 1 | -4/+4 |
* | Some code had been removed from FirstRun::IsChromeFirstRun() so that it may r... | jcampan@chromium.org | 2009-07-08 | 1 | -1/+1 |
* | Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread. | shess@chromium.org | 2009-07-08 | 1 | -5/+9 |
* | linux: port Jankometer | evan@chromium.org | 2009-07-08 | 3 | -0/+80 |
* | Make the cancelling of drag and drop match Safari for Windows. This is | arv@google.com | 2009-07-08 | 1 | -2/+3 |
* | Adds a way to set the boundaries of the browser window through | arv@google.com | 2009-07-08 | 1 | -0/+6 |
* | linux: fix renderer/plugin crash when loading multiple pages with plugins | piman@google.com | 2009-07-08 | 2 | -6/+14 |
* | Linux: SUID sandbox support | agl@chromium.org | 2009-07-08 | 2 | -0/+7 |
* | Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s... | ben@chromium.org | 2009-07-07 | 2 | -0/+5 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 2 | -1/+28 |
* | Revert "linux: OOP windowed plugins" | evan@chromium.org | 2009-07-06 | 2 | -28/+1 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-06 | 2 | -1/+28 |
* | Fix the current remaining Views-GTK compile and linker errors. | brettw@chromium.org | 2009-07-06 | 1 | -0/+25 |
* | Fixes two documentation bugs in property_bag. | sky@chromium.org | 2009-07-06 | 1 | -4/+2 |
* | Move Emf class to the printing library. Also creates a platform agnostic Nat... | sverrir@google.com | 2009-07-06 | 4 | -614/+4 |
* | DevTools: preserve focus on activating dev tools window. | pfeldman@chromium.org | 2009-07-06 | 1 | -0/+3 |
* | Fix Acid3 Test 48: LINKTEST, Chromium side.... | dglazkov@chromium.org | 2009-07-03 | 2 | -0/+11 |