summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Update xcodeprojsmmentovai@google.com2008-08-011-0/+15
* Make closetabsopenedby walk the whole tabstrip instead of just all the tabs t...ojan@google.com2008-08-011-1/+1
* Fix DCHECK in history_backend by ensuring we clear redirect tracking state wh...timsteele@google.com2008-08-012-2/+67
* Add the ability to display reverse dependencies, e.g. which projects depends ...maruel@google.com2008-08-012-16/+50
* Add the ability to dynamically generate keywords. Mark the Google engine as ...pkasting@google.com2008-08-0110-160/+277
* Adds a backend for the bookmarks bar that reads/writes to a JSONsky@google.com2008-08-016-0/+640
* Adds the BrowserView to the XPFrame/VistaFrame, and moves the BrowserToolbarV...beng@google.com2008-08-0115-150/+272
* Fix crash in DialogClientView caused by recursion of Close calls. When migrat...beng@google.com2008-08-011-6/+8
* Using a better seed. Using time() causes the random sequence to start with t...jcampan@google.com2008-08-011-1/+4
* Generate the new DLLs. Note that they still have the same size than chrome.dl...maruel@google.com2008-08-0113-13/+1064
* Rename the source files containing main function so they can be quicklymaruel@google.com2008-08-015-48/+78
* Fix convert_dict output directory.maruel@google.com2008-08-011-4/+0
* Forward declare Task in ssl_manager.h. Cleanup some uses of notification_ser...deanm@google.com2008-08-014-4/+3
* Fix a bug introduced with the locking changes to login_prompt.cc :\deanm@google.com2008-08-011-1/+1
* Remove atomic operations from login_prompt.cc. Removes an atomic tess and se...deanm@google.com2008-08-011-12/+18
* Fix build bustagecpu@google.com2008-08-011-0/+4
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-017-0/+34
* Pick the most commonly used search engine as the default when we have competi...pkasting@google.com2008-08-011-3/+6
* Allow trailing commas in JSON responses from suggestion services. Various re...pkasting@google.com2008-08-011-0/+1
* Have CommandCloseTabsOpenedBy iterate through the tabs in reverse order to av...ojan@google.com2008-08-011-6/+5
* Make BrowserView implement the BrowserWindow interface so we can start movin...beng@google.com2008-08-012-1/+201
* Move the BookmarkBarView into the frames.beng@google.com2008-08-017-46/+69
* Eliminate the infinite read loop that can occasionally allowpaulg@google.com2008-08-011-8/+20
* Minor alignment tweaks to simple XP frame.glen@google.com2008-07-311-3/+6
* Stop the new tab page fading in if it's not your startup tab.glen@google.com2008-07-313-40/+28
* Command-line flag to allow the debugger UI to be loaded from the filesystem r...erikkay@google.com2008-07-313-2/+25
* Script to scan a Visual Studio solution file (.sln) and extract the projects ...maruel@google.com2008-07-311-0/+110
* Move BrowserToolbarView to the frames (XPFrame/VistaFrame).beng@google.com2008-07-3111-44/+117
* Get SCons building Windows again without having to Import()/re-Export(): use...sgk@google.com2008-07-311-13/+2
* Updated the SSL UI test with the common name from the new cert.jcampan@google.com2008-07-311-4/+2
* Fix issue where debugger wasn't showing its contents.beng@google.com2008-07-314-3/+20
* Fix SCons breakage, plus latest updates:sgk@google.com2008-07-316-54/+53
* Initial commit to get a handful of third_party packages building properly und...keunwoo@google.com2008-07-311-2/+21
* Fix 1303177: Homepage field left enabled even though Reset to Default sets ho...finnur@google.com2008-07-312-7/+9
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-3161-195/+200
* We were reporting Google Update errors as error:0, due to the fact that we we...finnur@google.com2008-07-312-0/+6
* My earlier change to blindly copy all the files under Application\Chrome brea...rahulk@google.com2008-07-316-47/+116
* We did not display "Chrome crashed, Do you want to restart chrome" when break...nsylvain@google.com2008-07-313-3/+30
* We had a Brian's head left in the product - we had the correct image in app/t...glen@google.com2008-07-312-0/+0
* Simplifies the project configuration by setting the lib dependency in the sou...maruel@google.com2008-07-311-2/+6
* Initial cleanup and refactoring to make debugger UI use DHTML and get rid of ...erikkay@google.com2008-07-3123-81/+585
* Trap all malloc/new allocation failures in chrome.dll at allocation point. Th...maruel@google.com2008-07-311-0/+13
* Support RanAllPending() rather than RunOnce(), and integrated into ipc_sync_c...jar@google.com2008-07-311-1/+1
* Initial cleanups en route to coalescing the get-it-built cut-and-paste from v...sgk@google.com2008-07-3123-433/+248
* rollback these changesbeng@google.com2008-07-313-20/+11
* fix bustage, not sure why this didn't break on my machinebeng@google.com2008-07-311-0/+3
* Stub out the files to be used for the new browser frame.beng@google.com2008-07-3112-0/+677
* Should not be able to construct a CustomFrameWindow directly. Should use Crea...beng@google.com2008-07-312-11/+17
* Move some methods from public to protected, since only subclasses should be c...beng@google.com2008-07-313-82/+79
* forgot these filesbeng@google.com2008-07-314-460/+75