| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Reliability test porting: stringy stuff. | estade@chromium.org | 2009-08-13 | 3 | -23/+17 |
| * | I have taken over this patch, original authored by Adam Hunter (adamhunter). | rafaelw@chromium.org | 2009-08-13 | 3 | -2/+14 |
| * | Move IDMap from base/ to common/ | phajdan.jr@chromium.org | 2009-08-12 | 6 | -5/+109 |
| * | So it turns out that gdk already has a function that does exactly what we want. | estade@chromium.org | 2009-08-12 | 2 | -78/+0 |
| * | Add a method to classify what permission class an extension is in, with unit | mpcomplete@chromium.org | 2009-08-12 | 3 | -0/+110 |
| * | Checkpoint for event automation porting. | estade@chromium.org | 2009-08-12 | 1 | -0/+2 |
| * | Remove Playback Rate from the context menu. | scherkus@chromium.org | 2009-08-12 | 1 | -11/+2 |
| * | Add chrome.extension to extension_api.json and docs. | rafaelw@chromium.org | 2009-08-12 | 20 | -34/+69 |
| * | GTK: Popup notification should have transparent rounded corners. | erg@google.com | 2009-08-12 | 2 | -0/+9 |
| * | Refactors drag support from TabContentsViewGtk into | sky@chromium.org | 2009-08-12 | 2 | -0/+19 |
| * | Move common Gtk TreeModel handling code into gtk_tree::ModelAdapter. | mattm@chromium.org | 2009-08-12 | 2 | -0/+143 |
| * | Adds a command line switch to enable the appcache, and plumb the switch throu... | michaeln@google.com | 2009-08-12 | 3 | -1/+8 |
| * | Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon... | thakis@chromium.org | 2009-08-11 | 1 | -2/+2 |
| * | Initial version of the Seccomp sandbox. Imported from http://code.google.com/... | markus@chromium.org | 2009-08-11 | 2 | -0/+5 |
| * | Do not import homepage on First Run if a homepage is given in master preferen... | kuchhal@chromium.org | 2009-08-11 | 2 | -3/+2 |
| * | Remove unreachable code from extension.cc. | aa@chromium.org | 2009-08-11 | 1 | -1/+0 |
| * | Use real creator code for Keychain items. Instead of hard-coding 'rimZ', use | mark@chromium.org | 2009-08-11 | 1 | -1/+4 |
| * | AudioRendererHost send ViewMsg_AudioStreamState | hclam@chromium.org | 2009-08-11 | 2 | -26/+28 |
| * | Use $XDG_CACHE_HOME for the cache on Linux. This only works for the default p... | thestig@chromium.org | 2009-08-11 | 4 | -0/+32 |
| * | One more little fix for extension docs page flickering -- remove class="hidde... | rafaelw@chromium.org | 2009-08-11 | 16 | -16/+16 |
| * | Re-fix the flicker during extension docs render. Caused by two things: | aa@chromium.org | 2009-08-11 | 5 | -27/+11 |
| * | The spec for ____storage.key() changed. Now, instead of raising an exception... | jorlow@chromium.org | 2009-08-11 | 1 | -2/+2 |
| * | Re-commit r22981 after backout at r22992. Contains fixes to relocate | mark@chromium.org | 2009-08-11 | 2 | -0/+72 |
| * | pull over wiki content | rafaelw@chromium.org | 2009-08-11 | 28 | -22/+197 |
| * | Build browser/sync files by default using a stubbed-out syncapi | tim@chromium.org | 2009-08-11 | 2 | -2/+3 |
| * | Revert "Fix "crashed extension" infobar browser crashes." | phajdan.jr@chromium.org | 2009-08-11 | 1 | -1/+1 |
| * | Back out r22981, it may have caused Windows test failures. | mark@chromium.org | 2009-08-11 | 2 | -72/+0 |
| * | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-11 | 1 | -1/+1 |
| * | Fix Extensions PRESUBMIT.PY. | rafaelw@chromium.org | 2009-08-11 | 1 | -61/+36 |
| * | Provide a separate app bundle for subprocesses like the renderer on the Mac. | mark@chromium.org | 2009-08-11 | 2 | -0/+72 |
| * | Remove CRs from docs. Fix build.py script to not produce them | rafaelw@chromium.org | 2009-08-10 | 14 | -49/+17 |
| * | linux: fix race in TransportDIB passing | piman@chromium.org | 2009-08-10 | 2 | -2/+4 |
| * | Fix EOL on devguide.html | maruel@chromium.org | 2009-08-10 | 1 | -1/+2 |
| * | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -4/+0 |
| * | Add a big more structure to the extensions docs. | aa@chromium.org | 2009-08-09 | 6 | -146/+76 |
| * | Fix the extension doc page titles and flicker a bit. | aa@chromium.org | 2009-08-09 | 4 | -8/+10 |
| * | Add return type parameters to Bookmark APIs. And resulting doc changes | rafaelw@chromium.org | 2009-08-09 | 4 | -25/+89 |
| * | Set up a interposing library for Carbon calls made by plugins. | stuartmorgan@google.com | 2009-08-07 | 2 | -0/+29 |
| * | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 4 | -29/+72 |
| * | Add CSS Keyword values and conversion routines to webkit glue. | jeremy@chromium.org | 2009-08-07 | 4 | -0/+70 |
| * | Removing unused #include from url_constants.cc. | phajdan.jr@chromium.org | 2009-08-07 | 1 | -3/+0 |
| * | Fix a few bugs with the theme infobar: | aa@chromium.org | 2009-08-07 | 1 | -0/+7 |
| * | Buff out Windows & Tabs API, fix a few doc bugs. | rafaelw@chromium.org | 2009-08-07 | 9 | -35/+146 |
| * | Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding... | phajdan.jr@chromium.org | 2009-08-06 | 2 | -2/+2 |
| * | Linux: Pass font settings through to interstitial renderers. | derat@chromium.org | 2009-08-06 | 2 | -0/+62 |
| * | Enable message ports for workers. | jam@chromium.org | 2009-08-06 | 2 | -6/+9 |
| * | Linux: add GYP flag to build with system libbz2. | agl@chromium.org | 2009-08-06 | 1 | -1/+6 |
| * | Revert of r22559. | aa@chromium.org | 2009-08-06 | 2 | -2/+2 |
| * | Bunch of Coverity fixes, rather minor severity. | phajdan.jr@chromium.org | 2009-08-06 | 2 | -2/+2 |
| * | Re-land extension docs build/render/presubmit. The original patch, http://cod... | rafaelw@chromium.org | 2009-08-05 | 21 | -1190/+787 |