| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable DOM paste for extensions with clipboard access. | dcheng@chromium.org | 2010-03-22 | 1 | -0/+4 |
* | ChromeFrame net tests would crash on startup while initializing the extension... | ananta@chromium.org | 2010-03-22 | 1 | -1/+4 |
* | Move importer data types into a separate file to prepare for moving importer | mirandac@chromium.org | 2010-03-22 | 1 | -3/+4 |
* | Clean up the extensions service after fixing the bug. | phajdan.jr@chromium.org | 2010-03-22 | 1 | -17/+1 |
* | Enable tabbed bookmark manager by default. | arv@chromium.org | 2010-03-19 | 6 | -114/+139 |
* | Resubmit 1025006: Refactor app-related manifest properties | aa@chromium.org | 2010-03-19 | 5 | -38/+31 |
* | Fix a crash due to UserScriptListener unregistering notifications on the wrong | mpcomplete@chromium.org | 2010-03-19 | 2 | -0/+10 |
* | Revert 42091 - Refactor apprelated manifest properties so that they don't | andybons@chromium.org | 2010-03-19 | 5 | -31/+38 |
* | Revert 42061 - Enable tabbed bookmark manager by default due to browser_tests... | andybons@chromium.org | 2010-03-19 | 6 | -128/+101 |
* | Refactor app-related manifest properties so that they don't | aa@chromium.org | 2010-03-19 | 5 | -38/+31 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -2/+2 |
* | Enable tabbed bookmark manager by default. | arv@chromium.org | 2010-03-19 | 6 | -101/+128 |
* | Modification of ExtensionPopup views to allow for pop-up views to share the s... | twiz@chromium.org | 2010-03-19 | 1 | -10/+48 |
* | Enable the incognito extension toggle by default. No more flag. | mpcomplete@chromium.org | 2010-03-18 | 3 | -29/+0 |
* | Update allow-extension-in-incognito warning dialog text based on UI feedback. | mpcomplete@chromium.org | 2010-03-18 | 1 | -0/+6 |
* | Force an app's orgin to be the origin of the URL the crx is | aa@chromium.org | 2010-03-18 | 10 | -17/+90 |
* | Minor extension infobar changes. | finnur@chromium.org | 2010-03-18 | 4 | -8/+9 |
* | GTK: implement extension bookmark manager drag api. | estade@chromium.org | 2010-03-18 | 2 | -34/+22 |
* | Retry r41799: | estade@chromium.org | 2010-03-18 | 2 | -2/+6 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 3 | -3/+3 |
* | Fix crash when reloading/unloading extension after an infobar has been shown. | finnur@chromium.org | 2010-03-17 | 1 | -4/+28 |
* | Fix for ExtensionApiTest.Popup flakiness | rafaelw@chromium.org | 2010-03-17 | 1 | -1/+8 |
* | Revert r41803 and r41799 | estade@chromium.org | 2010-03-17 | 2 | -6/+2 |
* | Committing for dcheng@ | brg@chromium.com | 2010-03-17 | 4 | -0/+110 |
* | This looks like it was causing the pipe to sometimes overfill. | aa@chromium.org | 2010-03-17 | 3 | -14/+20 |
* | Change so that the extension favicon is read on the UI thread since extension... | arv@chromium.org | 2010-03-17 | 1 | -3/+7 |
* | Initial support for inspecting extension popups. | rafaelw@chromium.org | 2010-03-17 | 9 | -356/+174 |
* | [GTTF] Remove the internal timeout of extension browser tests. | phajdan.jr@chromium.org | 2010-03-17 | 1 | -26/+5 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 3 | -3/+3 |
* | First cut at adding Extension Infobars to the experimental API. | finnur@chromium.org | 2010-03-17 | 11 | -9/+287 |
* | Add a pref for the number of showing icons in the browser actions toolbar. | estade@chromium.org | 2010-03-17 | 5 | -10/+37 |
* | Basic DragImage implementation. | estade@chromium.org | 2010-03-17 | 2 | -2/+6 |
* | Spruced up the warning dialog for when you enable an extension in incognito. | mpcomplete@chromium.org | 2010-03-17 | 4 | -45/+104 |
* | Disable ExtensionApiTest.WebSocket due to a timeout. | phajdan.jr@chromium.org | 2010-03-16 | 1 | -1/+2 |
* | Idle API for the extension system | brg@chromium.com | 2010-03-16 | 6 | -0/+245 |
* | Fix ExtensionApiTest.Storage. openDatabase() always takes at least 4 | dumi@chromium.org | 2010-03-15 | 1 | -5/+0 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 6 | -9/+10 |
* | Mechanical refactor of CrxInstaller signatures. This will make | aa@chromium.org | 2010-03-12 | 6 | -128/+117 |
* | Move metrics api to the experimental name space. | rogerta@chromium.org | 2010-03-12 | 4 | -26/+22 |
* | If fetching a bitmap from the backing store fails, try to get an image from t... | skerner@chromium.org | 2010-03-12 | 2 | -19/+10 |
* | Remove the feed sniffing testing part of the RSS extension. | finnur@chromium.org | 2010-03-12 | 1 | -9/+1 |
* | Show favicons for extensions. | arv@chromium.org | 2010-03-12 | 2 | -2/+46 |
* | Fix a bug with persistent unpacked extensions where we would not pick up | mpcomplete@chromium.org | 2010-03-12 | 3 | -15/+28 |
* | Add "origin" to the app object in the extension manifest. | aa@chromium.org | 2010-03-12 | 1 | -0/+11 |
* | extensions: Internationalize error code messages. | aa@chromium.org | 2010-03-12 | 1 | -15/+30 |
* | GTK: more browser action toolbar functionality. | estade@chromium.org | 2010-03-12 | 2 | -0/+6 |
* | GTK: make browser actions container resizable. | estade@chromium.org | 2010-03-11 | 1 | -0/+3 |
* | Bookmark manager: Open in incognito window. | arv@chromium.org | 2010-03-10 | 7 | -20/+26 |
* | Function WaitForBrowserActionUpdated is only implemented on Views. | finnur@chromium.org | 2010-03-10 | 1 | -0/+4 |
* | Add more tests for extension crash recovery. | phajdan.jr@chromium.org | 2010-03-10 | 1 | -30/+182 |