- b24740e3 Fixes a handful of related bookmark manager bugs/requests: by [email protected] · 17 years ago
- 4831051 Fixes two session restore bugs: by [email protected] · 17 years ago
- 92fa5236 Missed this file in my previous cleanup patch. by [email protected] · 17 years ago
- 5d3611d Only allow bookmark keyboard shortcut for tabbed browsers. by [email protected] · 17 years ago
- c311074 Build ipc_tests on linux. by [email protected] · 17 years ago
- 4e0f0ae Better build bustage fix: Commit the rest of the original patch. Rolls back the previous blind fix I tried. by [email protected] · 17 years ago
- 4a799bc Blind attempt at build fix. I don't know why this should be necessary. by [email protected] · 17 years ago
- e7a5b787 Make the autocomplete system and various other connected bits of code use GURL instead of wstring where appropriate. Original patch by [email protected], r=me,sky. See http://codereview.chromium.org/13205 . by [email protected] · 17 years ago
- 1fb8500 Another attempted, untested build fix. by [email protected] · 17 years ago
- 3a43e10 Untested fix for build failures. by [email protected] · 17 years ago
- c2778c94 A simple script to create an extension package and to verify its contents. by [email protected] · 17 years ago
- 9bd491ee Fix regression with Find in page focus on trunk. by [email protected] · 17 years ago
- 834e194 Remove the unneeded CHECKs. Add a CHECK to determine by [email protected] · 17 years ago
- 4b4d1adc Cleanup part 6. by [email protected] · 17 years ago
- 514411fc Refactor IPC::Channel to have a common header. by [email protected] · 17 years ago
- fc6ff422 Updating the All target to include test_shell_tests and ipc_tests, and to add the strip-if-needed phase to these executables by [email protected] · 17 years ago
- ce221d9 Fixes bug where context menu for table/tree in rtl was showing up on by [email protected] · 17 years ago
- 8421498 Cleanup part 5. by [email protected] · 17 years ago
- 47b7eb3 Fixes regression in info bubble that caused crash on clicking star on by [email protected] · 17 years ago
- cb362ccc Changes bookmark manager search to use contains vs starts with and to by [email protected] · 17 years ago
- f5b4362 Adds NULL checks for LoadLibrary and GetProcAddress calls in by [email protected] · 17 years ago
- a1b399f run ipc unit tests in release mode (was running other unit tests). port code wrapped in NDEBUG to get release mode compiling and running by [email protected] · 17 years ago
- c4b347b Reverting 6709,6708,6706. Review URL: http://codereview.chromium.org/13345 by [email protected] · 17 years ago
- 53c8fdf Remove base dependency from image_operations and associated unittests. I also renamed the namespace from "gfx" to "skia". by [email protected] · 17 years ago
- 63de95b Misc proxy service changes. by [email protected] · 17 years ago
- bcdae8c9c Fix style fro last CL. I had extra space to prevent >> at the end of the template, but didn't remove them when I removed the innter template argument. by [email protected] · 17 years ago
- c9b52d1 Fox more gcc template errors. Review URL: http://codereview.chromium.org/13699 by [email protected] · 17 years ago
- 38ab666 Fix gcc compilation issue. The inner class doesn't need a template decl. by [email protected] · 17 years ago
- ee824bd Add property bag to the build. Review URL: http://codereview.chromium.org/13320 by [email protected] · 17 years ago
- 44fbb5e Fixing 4687: Enter in FirstRun UI starts import when Customize link is focued. by [email protected] · 17 years ago
- 76658fb * Write installer result to ClientState key instead of Clients key. by [email protected] · 17 years ago
- 78f346a Add a property bag which is a typesafe list of arbitrary data that can be by [email protected] · 17 years ago
- fdf02ac2 First run is going into infinite recursion if started from master prefs by [email protected] · 17 years ago
- 6bb610a Changes DefaultNonClientView to show the min/max buttons if the by [email protected] · 17 years ago
- 95cb7fb9 Bring up ipc tests on POSIX. by [email protected] · 17 years ago
- 767cc7f2 Fixed a link in the about_credits.html by [email protected] · 17 years ago
- ad933f1 fix link errors by [email protected] · 17 years ago
- e673f6c Cleanup part 4. by [email protected] · 17 years ago
- 5c9587c step one of some refactoring to allow other platforms to re-use the app initialization code. by [email protected] · 17 years ago
- 1d02e096 Disabling a flacky UI test. by [email protected] · 17 years ago
- 9aee6e8 Now we know the delete iter->second call in by [email protected] · 17 years ago
- 78a3c05 Adding a unit test for the AppendExtensionIfNeeded part by [email protected] · 17 years ago
- ec64941 Let the debugger work again. Error was due to me not noticing the change in debugger URL. by [email protected] · 17 years ago
- 1ff4587 Fix a memory leak in the StatusBubble. We were leaking a by [email protected] · 17 years ago
- 7de9959 Adds QueryParser::ExtractQueryWords. For consistent this should by [email protected] · 17 years ago
- d30597b Slightly updated about:credits from dannyb. by [email protected] · 17 years ago
- 32cbfa4f Changes query parser to sort and coalesce overlapping match positions. by [email protected] · 17 years ago
- 9333f18 Moves some utility functions out of bookmark model into by [email protected] · 17 years ago
- 775cfd76 Attempt 2 at landing tree node iterator. I needed an include in tree_node_model. by [email protected] · 17 years ago
- adf650f I tried running the browser in Purify and the browser crashed on me. by [email protected] · 17 years ago
- ba225f6f Make the spellcheck-context-menu generation code more robust/future-proof (fil and fil-PH will match each other). by [email protected] · 17 years ago
- c5863e2 Specify the dependency on using_wtl.vsprops using a path relative to chrome to ensure that the automation vcproj loads correctly in other solutions like chrome tab. by [email protected] · 17 years ago
- 84ab2f3 Backs out tree node iterator until I figure out why release build doesn't by [email protected] · 17 years ago
- d3cdb0f Adds an iterator over tree nodes. by [email protected] · 17 years ago
- cb525c8 Cleanup part 3. by [email protected] · 17 years ago
- de8fa75 Cleanup part 2. by [email protected] · 17 years ago
- 63c9974 The CHECK I added in r6458 fails. So I'm refining that by [email protected] · 17 years ago
- 62fbbbe Fix 1955: Show Chromium build number after version (Chromium only) by [email protected] · 17 years ago
- f1d306e6 Cleanup, part 1. by [email protected] · 17 years ago
- b3d5652 More addions to the installer html dialog class by [email protected] · 17 years ago
- e292fca9 Fixing 5132: Find-in-page reports wrong ordinal when restarting search in sub-frame by [email protected] · 17 years ago
- f48ac87 bad merge, no need to delete a scoped_ptr by [email protected] · 17 years ago
- 9f68865 make icon 512x512 resolution. gosh it's pretty. by [email protected] · 17 years ago
- 8a09dd5 Fixes bug during tab close that results in all tabs after closed tab by [email protected] · 17 years ago
- 08816d0d Fix a leak in ExtensionsService and another in ExtensionsServiceTest. by [email protected] · 17 years ago
- 19834727 Fix two minor issues with ExtensionsService test data: by [email protected] · 17 years ago
- 3acbd42 Report errors during extension load. Change all the error strings to utf-8. by [email protected] · 17 years ago
- fa95fc9 First cut at POSIX Implementation of IPC Channel using FIFOs. by [email protected] · 17 years ago
- 097a856 * Return error in case non admin user tries system level install. by [email protected] · 17 years ago
- 6f2660e7 Platform cleanup in common/ by [email protected] · 17 years ago
- 76a010b Reupload of 12418 by [email protected] · 17 years ago
- 85ad84e Capitalize the 'Extensions' folder in the visual studio project for consistency. by [email protected] · 17 years ago
- ea22458 Third time's a charm? by [email protected] · 17 years ago
- 169627b Makes the tab restore service persist closed tabs/windows to disk and by [email protected] · 17 years ago
- ee824a43 Fixes possible flicker when tab finishes animating back to dragged position. by [email protected] · 17 years ago
- 1f0329a Remove an unused string (IDS_PAGE_MENU_REPORT_PHISHING_WEBSITE_URL) by [email protected] · 17 years ago
- 9e6f995 * Prevent early exit due to && operator. by [email protected] · 17 years ago
- 6f863cd Fixing build bustage. Adding files which were part of the original change by [email protected] · 17 years ago
- 88e72845 Add error messages to JSONReader and friends. This required a bit of refactoring to do cleanly. This CL doesn't actually use this capability anywhere except for unit tests. I will add that in a future CL. by [email protected] · 17 years ago
- 0649e69 Add a CHECK to assert that each invocation of by [email protected] · 17 years ago
- acd4450a Add using_wtl.scons to the chrome\test\automation SCons configuration, by [email protected] · 17 years ago
- d3ae7a07 Fix a race condition in the SyncChannel code. by [email protected] · 17 years ago
- f66c110c fix chrome_paths to make some test dirs relative to base::DIR_SOURCE_ROOT by [email protected] · 17 years ago
- 52d9698 UserData Options tab Plumbing for User Data tab in Options dialog. by [email protected] · 17 years ago
- 27845ca Change "client" parameter in RLZ ping to "referral" to match Omaha's changes. by [email protected] · 17 years ago
- 7cda2b78 Change the accelerator key for Javascript debug to Ctrl-Shift-D from 'Alt-`' by [email protected] · 17 years ago
- 96ee5c07 Fix the layout of the Spell Check Options part, in the languages tab, in the Fonts and Languages Options Menu, to match with the Mock. by [email protected] · 17 years ago
- 3c99c5d Fixed a bogus initialization of string constants. The stack allocated string from StringPrintf gets destroyed right away, and c_str is just a pointer to its internal buffer, so the error constant was bogus memory. This showed up in the purify tests. by [email protected] · 17 years ago
- 5dfe8dc move a few #ifdefs around so that unit_tests does proper path initialization for Mac and Linux. This allows use of things like DIR_TEST_DATA. by [email protected] · 17 years ago
- 4e3b4209 bootstrap app target for browser/renderer. by [email protected] · 17 years ago
- 60ff8f91 We should let binary/octet-stream have an EXE extension to fix compat with digsby.com and ohloh.net by [email protected] · 17 years ago
- 78ccd34 Clean up junk in content sniffing mock-http-headers. by [email protected] · 17 years ago
- a116f0e Disable the content sniffing algorithm if the server instructs us to do so with the nosniff directive. by [email protected] · 17 years ago
- 35880854 Fix a crash on 64-bit systems when an external message hook is installed. The by [email protected] · 17 years ago
- 3a7c4ad update chrome strings by [email protected] · 17 years ago
- 2ae1526 Add new multiprofile files to the SCons build: by [email protected] · 17 years ago
- e477345f Add new debugger_host_impl.cpp to the SCons build. by [email protected] · 17 years ago
- 6014d67 Introduce ExtensionsService. Load extensions on startup from a directory in by [email protected] · 17 years ago
- fad84eab Adding the capacity to interact with modal dialogs to the automation framework. by [email protected] · 17 years ago
- 3cab160c * Do not try to update distribution other than Google Chrome. by [email protected] · 17 years ago