| Commit message (Expand) | Author | Age | Files | Lines |
* | Move extension messages to their own file and add a RenderViewObserver to sta... | jam@chromium.org | 2011-03-28 | 2 | -3/+4 |
* | Correctly report HttpOnly cookies and correctly reset the Cookie Monster | jochen@chromium.org | 2011-03-28 | 1 | -1/+5 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 12 | -17/+17 |
* | Removing off the record references from TestingProfile and RenderMessageFilter. | vipul.bhasin@gmail.com | 2011-03-25 | 1 | -2/+2 |
* | Refactor: Move app/surface to ui/gfx/surface. | backer@chromium.org | 2011-03-25 | 1 | -1/+1 |
* | Move printing messages to their own file. | jam@chromium.org | 2011-03-24 | 1 | -2/+2 |
* | Cleanup: Move TabContents::PrintPreview() to PrintPreviewTabController to rem... | thestig@chromium.org | 2011-03-24 | 1 | -2/+11 |
* | Remove the check for inspector files since they're in resources.pak now. | tony@chromium.org | 2011-03-23 | 1 | -8/+6 |
* | Move a bunch of renderer->browser messages to content. | jam@chromium.org | 2011-03-23 | 3 | -2/+3 |
* | Theme system cleanup | erg@google.com | 2011-03-23 | 1 | -1/+0 |
* | Move the rest of the content browser->renderer messages to content. Also mov... | jam@chromium.org | 2011-03-23 | 1 | -1/+1 |
* | Avoid corrupting the pending_entry when an unexpected navigation commits. | creis@google.com | 2011-03-22 | 1 | -0/+94 |
* | Remove unneded chrome/browser/fonts_languages_window.h and ShowOptionsWindow(). | rsesek@chromium.org | 2011-03-21 | 1 | -1/+0 |
* | Support for '--force-compositing-mode', see WebKit bug 56156 | sievers@google.com | 2011-03-21 | 1 | -0/+2 |
* | Makes instant throw out the first navigation when merging navigation | sky@chromium.org | 2011-03-21 | 1 | -2/+2 |
* | Group cookies by source field only in the collected cookies | jochen@chromium.org | 2011-03-17 | 1 | -1/+2 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Remove last dependencies on chrome\common from chrome\plugin. | jam@chromium.org | 2011-03-16 | 1 | -1/+1 |
* | Always enable the "Translate to English' context menu to allow translating pa... | jcivelli@chromium.org | 2011-03-15 | 1 | -1/+4 |
* | Options: Fix the Languages URL in the render view context menu. | jhawkins@chromium.org | 2011-03-15 | 1 | -3/+5 |
* | fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSize | avi@chromium.org | 2011-03-15 | 1 | -2/+2 |
* | Use copies of canned browsing data helpers to populate the cookies tree model. | jochen@chromium.org | 2011-03-15 | 1 | -5/+5 |
* | Keep expired and file: cookies when using the cookie monster as dumb data store | jochen@chromium.org | 2011-03-15 | 1 | -0/+4 |
* | Refactoring GPUInfo: 1) remove the level field; instead, having a finalized f... | zmo@google.com | 2011-03-14 | 1 | -6/+4 |
* | Remove Gears from Chrome. | aa@chromium.org | 2011-03-11 | 2 | -5/+1 |
* | Options: Remove the GTK and Views native options code. | jhawkins@chromium.org | 2011-03-11 | 1 | -4/+2 |
* | Move some chrome\common code to content in preparation for moving chrome\gpu. | jam@chromium.org | 2011-03-11 | 2 | -2/+2 |
* | Replace the cookie monster on navigations instead of reusing it. | jochen@chromium.org | 2011-03-11 | 1 | -3/+1 |
* | Fix uninitialized constructors and reverse NULL checks found by Coverity | stuartmorgan@chromium.org | 2011-03-11 | 1 | -1/+1 |
* | Added new checks: | rdsmith@chromium.org | 2011-03-10 | 1 | -7/+14 |
* | Move property bag to content. | avi@chromium.org | 2011-03-10 | 1 | -1/+1 |
* | Additional checks for NULL TabContent::delegate(). | bryeung@chromium.org | 2011-03-10 | 1 | -2/+3 |
* | Add in a checker to help narrow down 74585. | eroman@chromium.org | 2011-03-10 | 1 | -0/+7 |
* | Revert 77547 - Options: Remove the GTK options. | jhawkins@chromium.org | 2011-03-09 | 1 | -2/+4 |
* | Options: Remove the GTK options. | jhawkins@chromium.org | 2011-03-09 | 1 | -4/+2 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 14 | -33/+33 |
* | Make View frame source work for POST results. | pfeldman@chromium.org | 2011-03-09 | 1 | -2/+2 |
* | Removing references to off the record in comments and log messages. | akalin@chromium.org | 2011-03-08 | 2 | -3/+3 |
* | Set web preferences according to Gpu Blacklist flags. A few Gpu related web ... | zmo@google.com | 2011-03-07 | 1 | -0/+15 |
* | Add command line switches and about:flag to enable FPS indicator and composit... | nduca@chromium.org | 2011-03-07 | 1 | -0/+4 |
* | Move infobar_delegate.[cc,h] back to chrome/browser/tab_contents. | tfarina@chromium.org | 2011-03-04 | 4 | -2/+203 |
* | Build WebKit Full Screen API. Support is disabled by default; enable with --e... | ddorwin@chromium.org | 2011-03-04 | 1 | -0/+3 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -1/+1 |
* | Split infobar_delegate.[cc,h] into separate pieces for the different classes ... | tfarina@chromium.org | 2011-03-03 | 9 | -242/+281 |
* | Revert 76631 because it causes fullscreen layout tests to timeout on linux | tonyg@chromium.org | 2011-03-02 | 1 | -3/+0 |
* | Re-applying r76324, which was reverted during a WebKit rollback. | ddorwin@chromium.org | 2011-03-02 | 1 | -0/+3 |
* | Update the includes to the old tab_contents.h | jam@chromium.org | 2011-03-02 | 2 | -13/+1 |
* | Update more includes that were pointing to the old locations. | jam@chromium.org | 2011-03-02 | 16 | -150/+6 |
* | Get rid of temporary render_view_host.h. | jam@chromium.org | 2011-03-02 | 3 | -5/+5 |
* | Get rid of a bunch of includes to old locations of headers. | jam@chromium.org | 2011-03-02 | 10 | -31/+31 |