| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor plugin process code in the browser process so that the browser/about... | jam@chromium.org | 2009-02-11 | 1 | -0/+3 |
* | Adds two install strings for translation | cpu@google.com | 2009-02-10 | 2 | -0/+12 |
* | Remove p13n from chrome_dll.rc | tim@chromium.org | 2009-02-10 | 1 | -4/+0 |
* | Rename generated_resources.vcproj to chrome_strings.vcproj. This | tc@google.com | 2009-02-10 | 1 | -2/+2 |
* | Hook views up. | avi@chromium.org | 2009-02-10 | 1 | -17/+12 |
* | Move browser_resources.rc into a a grd file. While I'm at it, | tc@google.com | 2009-02-09 | 2 | -5/+5 |
* | Bring up renderer_main on linux. | estade@chromium.org | 2009-02-09 | 1 | -3/+0 |
* | Add Recycle() method to scoped autorelease pool to allow cleaning out any junk | pinkerton@chromium.org | 2009-02-09 | 1 | -6/+6 |
* | Enable/disable buttons when the corresponding command updates in the model. | pinkerton@chromium.org | 2009-02-06 | 1 | -5/+52 |
* | Prevent renderer from crashing on startup. | jrg@chromium.org | 2009-02-06 | 1 | -8/+9 |
* | New menu item for personalization project. | munjal@chromium.org | 2009-02-06 | 1 | -0/+1 |
* | Stub implementation of gtk browser window. | estade@chromium.org | 2009-02-05 | 1 | -0/+12 |
* | Linux: get us to the point where we crash at browser->window()->Show() | agl@chromium.org | 2009-02-05 | 1 | -2/+0 |
* | Hook up tab close menu item and plumb tab closing scaffolding through UI laye... | pinkerton@chromium.org | 2009-02-05 | 1 | -12/+39 |
* | Fix some obvious not implemented linux bits so we can crash later | tc@google.com | 2009-02-04 | 1 | -5/+7 |
* | Add support for 8 Indian languages. | jungshik@google.com | 2009-02-04 | 10 | -8/+24 |
* | Disable the SecondLaunch test. It fails all the time | nsylvain@chromium.org | 2009-02-04 | 1 | -1/+2 |
* | Revert my change to get the tree green. Not sure why the tests became flaky.... | jam@chromium.org | 2009-02-04 | 1 | -1/+1 |
* | Disable SecondLaunch which started failing after I did a clean build. | jam@chromium.org | 2009-02-04 | 1 | -1/+1 |
* | Create a stub chrome executable that crashes when run. | tc@google.com | 2009-01-29 | 2 | -1/+35 |
* | fix a stale outlet in the File's Owner from renaming. No way to fix this in t... | pinkerton@google.com | 2009-01-29 | 1 | -8/+0 |
* | rest of the rename, accidentally leftout. TBR. | pinkerton@chromium.org | 2009-01-29 | 1 | -9/+17 |
* | hookup tabs to the model and handle new tab creation | pinkerton@google.com | 2009-01-29 | 2 | -165/+8 |
* | Make ScopedOleInitializer work on windows if you aren't including | sky@google.com | 2009-01-29 | 1 | -0/+3 |
* | Extend the popup-mode location bar out into the nonclient view. This makes p... | pkasting@chromium.org | 2009-01-27 | 2 | -0/+0 |
* | Bring our EULA files to parity with the website. | glen@chromium.org | 2009-01-27 | 50 | -160/+961 |
* | Add text for plugin infobar help center link. | glen@chromium.org | 2009-01-27 | 1 | -1/+4 |
* | Add some more menu items from cole | pinkerton@google.com | 2009-01-26 | 1 | -244/+455 |
* | fix button cell to use cell's tag for appearance, not the button's cell which... | pinkerton@google.com | 2009-01-26 | 1 | -14/+28 |
* | This CL makes the safe browsing interstitial page support multiple unsafe res... | jcampan@chromium.org | 2009-01-23 | 1 | -1/+26 |
* | Prep for generated .vcproj files: | sgk@google.com | 2009-01-23 | 4 | -8/+8 |
* | ui refresh from cole. make it look chromey and get the basic framework for th... | pinkerton@google.com | 2009-01-23 | 8 | -436/+7546 |
* | Adds missing include in scoped_ole_initializer. Without this include | sky@google.com | 2009-01-23 | 1 | -0/+2 |
* | BUG=1007 | hclam@chromium.org | 2009-01-23 | 1 | -0/+12 |
* | remove the NSToolbar, improve the appearance a little bit. ObjC style member ... | pinkerton@google.com | 2009-01-22 | 1 | -795/+311 |
* | Fix SecondLaunch unit test. | evan@chromium.org | 2009-01-21 | 1 | -1/+1 |
* | add basic command handling for browser window and for where there are no wind... | pinkerton@google.com | 2009-01-21 | 1 | -2/+22 |
* | disable test\n | tc@google.com | 2009-01-21 | 1 | -1/+1 |
* | Add chrome.dll's resources to unit_tests.exe for "in-process" testing. | maruel@chromium.org | 2009-01-21 | 1 | -1/+17 |
* | Get browser window showing using a Browser object and accompanying scaffoldin... | pinkerton@google.com | 2009-01-21 | 1 | -0/+1200 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 4 | -6/+10 |
* | Generate all chrome .vcproj files: | sgk@google.com | 2009-01-17 | 3 | -11/+166 |
* | Move functions required by the rest of the browser from RenderProcessHost to ... | brettw@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | mac bootstrapping of browser main and app startup bits | pinkerton@google.com | 2009-01-16 | 2 | -16/+62 |
* | Move webkit_resources.rc to webkit_resources.grd. Add | tc@google.com | 2009-01-13 | 1 | -1/+1 |
* | Drastically simplify configuration of the local .dll files | sgk@google.com | 2009-01-09 | 1 | -99/+83 |
* | remove chrome dependencies from win sandboxing headers. Wrap sandbox code to | pinkerton@google.com | 2009-01-09 | 2 | -67/+56 |
* | Move default plugin resources into separate .h and .rc files | tc@google.com | 2009-01-09 | 1 | -2/+4 |
* | Remove net_resources.rc and net_resources.h and replace it | tc@google.com | 2009-01-08 | 2 | -3/+2 |
* | * Fix error messaging for http server. | kuchhal@chromium.org | 2009-01-07 | 1 | -1/+1 |