| Commit message (Expand) | Author | Age | Files | Lines |
* | Add option to disable/enable Spell Check. In addition, remove additional code... | sidchat@google.com | 2008-10-29 | 2 | -0/+4 |
* | Add fieldnames to SQL statements for better forward-compatibility. Had we ha... | pkasting@chromium.org | 2008-10-29 | 1 | -2/+8 |
* | - Make user script loading asynchronous on the file thread. | evanm@google.com | 2008-10-28 | 1 | -0/+6 |
* | Do not localize the name of 'download' directory. Chrome's UI languages can be | jungshik@google.com | 2008-10-28 | 2 | -0/+15 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 2 | -1/+8 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 12 | -17/+37 |
* | Cleanup of DNS prefetch related files | jar@google.com | 2008-10-27 | 1 | -5/+5 |
* | Remember the clear browsing data combo box selection. | finnur@google.com | 2008-10-25 | 2 | -3/+3 |
* | Fix a problem with the SyncChannel rewrite. DispatchReplies needs to be call... | jam@chromium.org | 2008-10-25 | 1 | -40/+36 |
* | More stubbing out. With this and the rest of Linux pending, test_shell links. | agl@chromium.org | 2008-10-24 | 1 | -1/+2 |
* | Fix some leaks in the syncchannel unittest. | jam@chromium.org | 2008-10-24 | 1 | -1/+4 |
* | Revert r3932 in an attempt to unbreak the tree. | evanm@google.com | 2008-10-24 | 3 | -76/+33 |
* | Make IPC::SyncChannel not duplicate the underlying MessageLoop implementatio... | jam@chromium.org | 2008-10-24 | 6 | -375/+654 |
* | Port: | mark@chromium.org | 2008-10-24 | 3 | -33/+76 |
* | Make resource bundle return red square box again instead of empty bitmap | kuchhal@chromium.org | 2008-10-24 | 1 | -1/+6 |
* | Change the default http stack for chrome.exe from winhttp to the new one. | ericroman@google.com | 2008-10-22 | 2 | -3/+3 |
* | Switching hash/ to $CHROME_SRC_DIR/chrome down in chrome. | bradnelson@google.com | 2008-10-22 | 1 | -1/+1 |
* | Using $CHROME_SRC_DIR in place of hash/.. | bradnelson@google.com | 2008-10-22 | 1 | -2/+2 |
* | Rollback r3693 as it caused a 7% startup test slowdown. | ericroman@google.com | 2008-10-22 | 2 | -3/+3 |
* | Temporary disabling accessibility in the renderer to work-around bug 1432077 ... | jcampan@chromium.org | 2008-10-21 | 2 | -0/+6 |
* | Change the default http stack for chrome.exe from winhttp to the new one. | ericroman@google.com | 2008-10-21 | 2 | -3/+3 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ... | ananta@chromium.org | 2008-10-20 | 2 | -9/+22 |
* | Remove throttling code from the Browser process and implement throttling in t... | erg@google.com | 2008-10-17 | 1 | -0/+6 |
* | Separate out most view creation from WebContents. This adds a new sub-delegat... | brettw@google.com | 2008-10-17 | 1 | -3/+3 |
* | Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl... | aa@google.com | 2008-10-16 | 5 | -0/+16 |
* | Take 2 at fixing image corruption on drag and drop. | tc@google.com | 2008-10-16 | 2 | -3/+3 |
* | Revert "Fix a bug where we were truncating the last byte of images" | tc@google.com | 2008-10-16 | 1 | -1/+1 |
* | Fix a bug where we were truncating the last byte of images | tc@google.com | 2008-10-16 | 1 | -1/+1 |
* | This is the same change as 2419 minus a line of debug code I accidentally lef... | petersont@google.com | 2008-10-16 | 2 | -7/+7 |
* | Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. | ben@chromium.org | 2008-10-16 | 2 | -2/+0 |
* | Change SpellChecker language without restarting the browser. | sidchat@google.com | 2008-10-15 | 1 | -0/+5 |
* | The is_content_filtered parameter of the ViewHostMsg_FrameNavigate_Params was... | jcampan@chromium.org | 2008-10-15 | 1 | -1/+5 |
* | Rename various text zoom related stuff to be more generic, since we now can | brettw@google.com | 2008-10-14 | 4 | -25/+30 |
* | This is the first pass at refactoring the interstitial page. | jcampan@chromium.org | 2008-10-13 | 1 | -9/+0 |
* | Fix a memory leak when closing an IPC channel and not properly | rvargas@google.com | 2008-10-13 | 1 | -2/+9 |
* | Use system title bar font for app windows, detached popups, constrained popups. | ben@chromium.org | 2008-10-13 | 2 | -0/+11 |
* | Remove WatchObject from the ipc channel. | rvargas@google.com | 2008-10-13 | 2 | -93/+77 |
* | Add about:terms to Chrome, and about:licenses to Chromium and Chrome. | glen@google.com | 2008-10-10 | 1 | -3/+11 |
* | fix linux build | tc@google.com | 2008-10-10 | 1 | -1/+1 |
* | Patch by Thatcher Ulrich <tulrich@google.com>. | ojan@google.com | 2008-10-09 | 5 | -2/+63 |
* | Attempt 2 at landing this patch. It broke the Mac/linux builds. Fix for now is | ananta@chromium.org | 2008-10-09 | 1 | -1/+2 |
* | Move |result_| and |latest_result_| to the autocomplete controller. | pkasting@chromium.org | 2008-10-09 | 1 | -0/+9 |
* | Revert r3074 due to Mac build bustage | mark@chromium.org | 2008-10-09 | 1 | -2/+1 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=2472, which | ananta@chromium.org | 2008-10-08 | 1 | -1/+2 |
* | Allow lang to be blank in the renderer and plugin if running in | tc@google.com | 2008-10-08 | 1 | -2/+5 |
* | Pass NotificationSource by const ref rather than value, as it's a class (and ... | pkasting@chromium.org | 2008-10-08 | 2 | -4/+4 |
* | Build some code and unit tests inside chrome. This depended on sqlite, so | mark@chromium.org | 2008-10-08 | 1 | -5/+3 |
* | Adds an --incognito switch that can be used to launch Chrome in Incognito mode. | maruel@google.com | 2008-10-08 | 2 | -0/+4 |
* | Add switches for turning on an experimental SafeBrowsing implementation. | paulg@google.com | 2008-10-08 | 2 | -0/+7 |
* | Port some more of chrome/ to Linux. | deanm@google.com | 2008-10-02 | 1 | -8/+18 |