| Commit message (Expand) | Author | Age | Files | Lines |
* | Special thanks for in-ming cheng's MFT hardware decodering code. | jiesun@google.com | 2010-08-09 | 1 | -0/+2 |
* | Adds some experimental stuff for tab preview: ability to determine max | sky@chromium.org | 2010-08-09 | 11 | -32/+95 |
* | Disable outdated non-sandboxed plugins. | bauerb@chromium.org | 2010-08-09 | 10 | -2/+113 |
* | When blocking cookies, also show an icon in the location bar when cookies are... | jochen@chromium.org | 2010-08-09 | 17 | -32/+259 |
* | Comment out test expectations that failed on the build bot | satorux@chromium.org | 2010-08-09 | 1 | -4/+9 |
* | More metrics for proxy connections impact A/B test. | ziadh@chromium.org | 2010-08-09 | 1 | -4/+4 |
* | Add tests for LanguageOptionsHandler using the stub cros library. | satorux@chromium.org | 2010-08-09 | 1 | -19/+29 |
* | Cleanup our Registry API. | tfarina@chromium.org | 2010-08-09 | 1 | -2/+2 |
* | Fix style issues in CSS files of DOMUI options:: 0px -> 0. | satorux@chromium.org | 2010-08-09 | 3 | -8/+8 |
* | Add realistic data to InputMethodLibraryStubImpl. | satorux@chromium.org | 2010-08-09 | 1 | -3/+133 |
* | Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ... | viettrungluu@chromium.org | 2010-08-08 | 12 | -30/+28 |
* | Remove sync_types.h. No functions from this file are used, and some of them are | brettw@chromium.org | 2010-08-08 | 31 | -93/+36 |
* | De-wstring/wchar_t-ify extensions DOM UI as much as currently possible. | viettrungluu@chromium.org | 2010-08-08 | 5 | -123/+125 |
* | Mac: Fix kill button and selection in task manager | thakis@chromium.org | 2010-08-07 | 4 | -15/+88 |
* | Change TipsHandler::SendTip() to take const std::string& rather than std::str... | viettrungluu@chromium.org | 2010-08-07 | 2 | -2/+3 |
* | Convert browser/dom_ui/n*.cc to not use wstrings/wchar_t*s (insofar as possib... | viettrungluu@chromium.org | 2010-08-07 | 3 | -129/+130 |
* | Convert browser/dom_ui/[st]*.cc to not use wstrings/wchar_t*s (insofar as pos... | viettrungluu@chromium.org | 2010-08-07 | 6 | -41/+40 |
* | Convert browser/dom_ui/[o-r]*.cc to not use wstrings/wchar_t*s. | viettrungluu@chromium.org | 2010-08-07 | 5 | -110/+110 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 21 | -21/+4 |
* | Convert browser/dom_ui/f*.cc to not use wstrings/wchar_t*s. | viettrungluu@chromium.org | 2010-08-07 | 2 | -59/+59 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 46 | -38/+59 |
* | Convert browser/dom_ui/[g-m]*.cc to not use wstrings/wchar_t*s. | viettrungluu@chromium.org | 2010-08-07 | 4 | -78/+79 |
* | Convert browser/dom_ui/d*.cc to not use wstrings/wchar_t*s. | viettrungluu@chromium.org | 2010-08-07 | 2 | -33/+33 |
* | Convert browser/dom_ui/c*.cc to not use wstrings/wchar_t*s ... | viettrungluu@chromium.org | 2010-08-07 | 4 | -171/+172 |
* | Convert browser/dom_ui/browser_options_handler.cc to stop using wstrings/wcha... | viettrungluu@chromium.org | 2010-08-07 | 1 | -42/+42 |
* | Convert browser/dom_ui/a*.cc to not use wstrings/wchar_t*s. | viettrungluu@chromium.org | 2010-08-07 | 4 | -92/+96 |
* | [Mac] Do not use |+[NSColor selectedMenuItemColor]| in a gradient due to colo... | rsesek@chromium.org | 2010-08-07 | 1 | -1/+1 |
* | base: rename Environment::GetEnv to Environment::GetVar. | tfarina@chromium.org | 2010-08-07 | 4 | -6/+6 |
* | Revert 55311 - Add remoting to wrench menu. | erikchen@google.com | 2010-08-06 | 7 | -301/+0 |
* | Add remoting to wrench menu. | hclam@chromium.org | 2010-08-06 | 7 | -0/+301 |
* | [Mac] Don't fade text on bookmark items if we don't have to. | jeremy@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | Bad interaction between 2 A/B experiments | ziadh@chromium.org | 2010-08-06 | 1 | -3/+14 |
* | When user enters wrong password or bad wep key, we popup the login dialog aga... | chocobo@chromium.org | 2010-08-06 | 4 | -7/+108 |
* | [Mac] Make the default background style for InfoBubbleView white, per alcor. | rsesek@chromium.org | 2010-08-06 | 2 | -3/+4 |
* | Cleanup: Remove now obsolete Nigori params. | albertb@chromium.org | 2010-08-06 | 3 | -23/+0 |
* | rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I) | pvalchev@google.com | 2010-08-06 | 15 | -60/+58 |
* | Prevent browser actions toolbar's overflow button from being shown unexpectedly. | suzhe@chromium.org | 2010-08-06 | 1 | -0/+1 |
* | [Mac] Use the new {EXPECT,ASSERT}_NS{EQ,NE} macros in unit tests where possible. | rsesek@chromium.org | 2010-08-06 | 31 | -279/+290 |
* | In RenderViewHostDelegate::View, distinguish between MouseMove() and MouseDow... | johnnyg@chromium.org | 2010-08-06 | 14 | -19/+35 |
* | Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t... | phajdan.jr@chromium.org | 2010-08-06 | 17 | -299/+151 |
* | [Mac] Don't indicate acceptance of non-url drag data. | shess@chromium.org | 2010-08-06 | 1 | -0/+3 |
* | Make SkFontHost_fontconfig support TTC font files. | jshin@chromium.org | 2010-08-06 | 1 | -12/+12 |
* | Fixes regression the resulted in not showing window after doing a tab | sky@chromium.org | 2010-08-06 | 1 | -0/+1 |
* | FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. | erg@google.com | 2010-08-06 | 2 | -1/+17 |
* | Rebase ThaiUTF8 unit test. | agl@chromium.org | 2010-08-06 | 1 | -49/+47 |
* | GTK toolbar - | estade@chromium.org | 2010-08-06 | 2 | -2/+9 |
* | Export and imports raw keys in the Cryptographer. | albertb@chromium.org | 2010-08-06 | 2 | -9/+9 |
* | Respect original dialog's default/focus widget in NativeDialogHost. | xiyuan@chromium.org | 2010-08-06 | 1 | -0/+38 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-06 | 17 | -151/+299 |
* | More cleanup relating to the domain now being part of the CanonicalCookie: | rdsmith@chromium.org | 2010-08-06 | 3 | -7/+4 |