| Commit message (Expand) | Author | Age | Files | Lines |
* | Fill out windows doc. Also add permissions section | aa@chromium.org | 2009-09-01 | 25 | -54/+84 |
* | Fill out the tabs docs. Also, fix a bug where we didn't | aa@chromium.org | 2009-09-01 | 5 | -63/+194 |
* | Add browser tests for extensions tab API. | asargent@chromium.org | 2009-09-01 | 2 | -1/+9 |
* | Linux: about:memory | agl@chromium.org | 2009-09-01 | 3 | -0/+8 |
* | Miscellaneous doc cleanup. | kathyw@google.com | 2009-08-31 | 4 | -21/+29 |
* | Gtk confirm form resubmission dialog. | mattm@chromium.org | 2009-08-31 | 2 | -13/+0 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 7 | -58/+80 |
* | share extension API test framework | erikkay@chromium.org | 2009-08-31 | 2 | -4/+6 |
* | Adding command-line option to override bans on certain port numbers through a... | mirandac@chromium.org | 2009-08-31 | 2 | -0/+6 |
* | Experiment with dislodging the Extension Shelf and having it only appear on t... | finnur@chromium.org | 2009-08-30 | 3 | -1/+10 |
* | Enable extensions by default. | aa@chromium.org | 2009-08-29 | 4 | -5/+5 |
* | Force databases and localstorage to be enabled extensions. | aa@chromium.org | 2009-08-29 | 1 | -0/+2 |
* | Make the doc footer more standard. | kathyw@google.com | 2009-08-29 | 2 | -1/+13 |
* | Revert "Gtk confirm form resubmission dialog." Broke linux views build. | mattm@chromium.org | 2009-08-28 | 2 | -0/+13 |
* | Gtk confirm form resubmission dialog. | mattm@chromium.org | 2009-08-28 | 2 | -13/+0 |
* | Make a bunch of backlogged breaking changes to the extensions API in prep for... | aa@chromium.org | 2009-08-28 | 1 | -2/+2 |
* | Extension Doc Changes (no building or testable changes) | rafaelw@chromium.org | 2009-08-28 | 16 | -18/+20 |
* | Chromium side patch for DB support on Linux. | dumi@chromium.org | 2009-08-28 | 3 | -6/+52 |
* | Minor edits to the doc. | kathyw@google.com | 2009-08-28 | 4 | -12/+15 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 7 | -26/+16 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 7 | -16/+26 |
* | override chrome:// URLs via extensions. | erikkay@chromium.org | 2009-08-28 | 5 | -0/+49 |
* | Don't show extension disabled infobar when manually updating | aa@chromium.org | 2009-08-28 | 3 | -34/+35 |
* | Uses DISALLOW_COPY_AND_ASSIGN instead of the deprecated version DISALLOW_EVIL... | evan@chromium.org | 2009-08-28 | 16 | -50/+49 |
* | Extension API Renaming/Consistency changes | rafaelw@chromium.org | 2009-08-28 | 9 | -55/+60 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 1 | -9/+6 |
* | Miscellaneous doc changes, nothing earthshaking. | kathyw@google.com | 2009-08-27 | 9 | -21/+149 |
* | Add a technical overview of extensions. | kathyw@google.com | 2009-08-27 | 2 | -17/+407 |
* | DevTools: Remove base/values dependency from devtools. | pfeldman@chromium.org | 2009-08-27 | 1 | -4/+8 |
* | Fix leak in ExtensionTest. | aa@chromium.org | 2009-08-27 | 1 | -1/+0 |
* | Update of the extension install UI: | aa@chromium.org | 2009-08-27 | 5 | -113/+247 |
* | Extension docs: fix 404 error | rafaelw@chromium.org | 2009-08-27 | 1 | -2/+4 |
* | The PluginHostMsg_CancelResource message is now an async routed message. It d... | ananta@chromium.org | 2009-08-27 | 1 | -2/+2 |
* | GTK: Set the default icon list so we don't have to set it on every window all... | estade@chromium.org | 2009-08-27 | 2 | -4/+19 |
* | Add a nullable string16 class to base. It combines a string16 + a null param | jorlow@chromium.org | 2009-08-27 | 1 | -8/+5 |
* | Uses FilePath instead of std::wstring in webkit_glue::GetApplicationDirectory. | avi@google.com | 2009-08-27 | 1 | -2/+2 |
* | GTK Themes: Fix the find bar so the match count is inside the entry. | erg@google.com | 2009-08-26 | 2 | -0/+52 |
* | A smaller image to avoid a huge blank area in the pageActions doc. | kathyw@google.com | 2009-08-26 | 3 | -6/+12 |
* | AutomationProvider: Implement GetBrowserForWindow() on mac and linux views. | estade@chromium.org | 2009-08-26 | 1 | -7/+0 |
* | First half of updating Worker.postMessage(), DOMWindow.postMessage(), and | jorlow@chromium.org | 2009-08-26 | 4 | -38/+64 |
* | Minor copyedits related to TOCs. | kathyw@google.com | 2009-08-26 | 3 | -11/+6 |
* | Extension Doc Changes (no building or testable changes) | rafaelw@chromium.org | 2009-08-26 | 26 | -92/+97 |
* | Filled out the manifest page. Transferred info from dev.chromium.org | kathyw@google.com | 2009-08-26 | 4 | -3/+237 |
* | One more deferred load fix. The ResourceDispatcher on receiving a message che... | ananta@chromium.org | 2009-08-26 | 1 | -1/+10 |
* | Turn tips on by default, and turn off tip loading during UI testing. | mirandac@chromium.org | 2009-08-26 | 2 | -2/+2 |
* | Reverting 24385. | mirandac@chromium.org | 2009-08-26 | 2 | -2/+2 |
* | Turn on tips by default. | mirandac@chromium.org | 2009-08-26 | 2 | -2/+2 |
* | Add single line of tips to NNTP. | mirandac@chromium.org | 2009-08-26 | 4 | -7/+7 |
* | Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ... | thestig@chromium.org | 2009-08-26 | 1 | -7/+7 |
* | Fleshed out the documentation for PageActions. | finnur@chromium.org | 2009-08-25 | 7 | -23/+49 |