| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Spellchecker: Always destruct url request context getter on io thread. | estade@chromium.org | 2009-11-17 | 5 | -20/+78 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 24 | -306/+153 |
* | Plumb through off the record state from the URL request to the | tony@chromium.org | 2009-11-17 | 23 | -34/+66 |
* | Fix crash. | thakis@chromium.org | 2009-11-16 | 1 | -1/+2 |
* | Refactoring of the chrome.experimental.popup API implementation to allow disp... | twiz@google.com | 2009-11-16 | 10 | -102/+311 |
* | Mac: Draw entire Bookmark Bar every time to match API expectations. | erg@chromium.org | 2009-11-16 | 1 | -2/+12 |
* | Removing the logging on history thread since the crash | huanr@chromium.org | 2009-11-16 | 5 | -211/+5 |
* | reland 31875. Revert was: | estade@chromium.org | 2009-11-16 | 4 | -35/+90 |
* | BUG=27893 | erikkay@chromium.org | 2009-11-16 | 1 | -0/+4 |
* | gtk: Fix button text in extension uninstall dialog. | derat@chromium.org | 2009-11-16 | 1 | -1/+3 |
* | Linux: fix uninit warnings when building -Os. | agl@chromium.org | 2009-11-16 | 5 | -5/+5 |
* | Move NULLing of OCSP context from UI thread to IO thread, to avoid possible r... | eroman@chromium.org | 2009-11-16 | 2 | -8/+8 |
* | NTP: Make sure the notifier does not get focused after it was hidden. | arv@chromium.org | 2009-11-16 | 1 | -0/+5 |
* | add chromeos credits | davemoore@chromium.org | 2009-11-16 | 3 | -1/+7597 |
* | Use GetSwitchValuePath. | evan@chromium.org | 2009-11-16 | 1 | -2/+2 |
* | Fix intermittent DCHECK failure in BlacklistManagerTest. | phajdan.jr@chromium.org | 2009-11-16 | 1 | -0/+1 |
* | Spellchecker: call init *after* constructor. | estade@chromium.org | 2009-11-16 | 3 | -6/+12 |
* | Port most of browser action apitest to linux. | estade@chromium.org | 2009-11-16 | 1 | -56/+148 |
* | Revert 31875 to see whether it fixes reliability bot. | huanr@chromium.org | 2009-11-16 | 4 | -88/+33 |
* | Add Event Listeners sidebar pane manual test | apavlov@chromium.org | 2009-11-16 | 1 | -0/+30 |
* | DevTools: add 2 manual profiler tests. | mnaganov@chromium.org | 2009-11-16 | 3 | -0/+129 |
* | DevTools: Add some devtools manual tests. | pfeldman@chromium.org | 2009-11-16 | 19 | -0/+445 |
* | Speeds up display bookmark animation as requested by thakis. | dmaclach@chromium.org | 2009-11-16 | 1 | -1/+1 |
* | Minor text changes per Kathy's suggestions. | aa@chromium.org | 2009-11-15 | 1 | -1/+1 |
* | TEST=new Chrome with bookmark folders visible in bar. | jrg@chromium.org | 2009-11-15 | 1 | -1/+5 |
* | Fix multi-window bookmark bubble problem. | jrg@chromium.org | 2009-11-15 | 4 | -18/+36 |
* | Fix "open all" on a folder node to open only 'marks in that folder, | jrg@chromium.org | 2009-11-15 | 8 | -55/+220 |
* | Add message and image to NTP to promote extensions and bookmark sync. | mirandac@chromium.org | 2009-11-15 | 7 | -19/+132 |
* | Revert 32012-32017 | mhm@chromium.org | 2009-11-15 | 9 | -383/+315 |
* | fix nits | mhm@chromium.org | 2009-11-15 | 4 | -9/+20 |
* | small mistake | mhm@chromium.org | 2009-11-15 | 2 | -4/+4 |
* | Fix nits | mhm@chromium.org | 2009-11-15 | 4 | -75/+77 |
* | Rebase | mhm@chromium.org | 2009-11-15 | 2 | -0/+327 |
* | Remove explicit | mhm@chromium.org | 2009-11-15 | 1 | -1/+1 |
* | rebase | mhm@chromium.org | 2009-11-15 | 7 | -314/+42 |
* | Mostly fixes black flashing that happens during popup resize. | erikkay@chromium.org | 2009-11-14 | 1 | -2/+3 |
* | Makes InfoBubbleWindow close animations work correctly with regards to | dmaclach@chromium.org | 2009-11-14 | 4 | -46/+87 |
* | Keeps the "loading..." text centered on the screen when you resize the window. | dmaclach@chromium.org | 2009-11-14 | 1 | -0/+6 |
* | Revert 31999 - Enable HTML5 DBs by default (except in incognito mode). | dumi@chromium.org | 2009-11-14 | 2 | -6/+16 |
* | Enable HTML5 DBs by default (except in incognito mode). | dumi@chromium.org | 2009-11-14 | 2 | -16/+6 |
* | Re-enable the ExtensionApiTest.Storage test. | dumi@chromium.org | 2009-11-14 | 1 | -1/+1 |
* | Remove (actually, reverse meaning of) command line flag for desktop notificat... | johnnyg@chromium.org | 2009-11-14 | 2 | -2/+1 |
* | Escape javascript going into text notifications. | johnnyg@chromium.org | 2009-11-14 | 2 | -2/+22 |
* | Mac: Let arrow keys move caret in IME mode. | thakis@chromium.org | 2009-11-14 | 1 | -6/+5 |
* | gtk: Hide the status bubble when the mouse nears it. | derat@chromium.org | 2009-11-14 | 18 | -74/+275 |
* | cleanup: rename variable |resize_layout_scheduled_| to |needs_resize_layout_|. | thakis@chromium.org | 2009-11-14 | 4 | -16/+14 |
* | Turn on shared workers by default | atwilson@chromium.org | 2009-11-14 | 1 | -1/+1 |
* | Initialize the host_renderer_id and host_render_view_id in the resource dispa... | ananta@chromium.org | 2009-11-14 | 1 | -1/+3 |
* | More safe browsing cleanup work: | pkasting@chromium.org | 2009-11-14 | 4 | -39/+48 |
* | Mac: Animate the bookmark bar showing/hiding. | viettrungluu@chromium.org | 2009-11-14 | 18 | -293/+631 |