index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
Commit message (
Expand
)
Author
Age
Files
Lines
*
Filed bug 1306067 to reenable SavePageTest.SaveHTMLOnly. It is very flaky.
maruel@google.com
2008-08-02
1
-1
/
+2
*
Trim the dependencies of the plugin_dll and renderer_dll projects. Browser_dl...
maruel@google.com
2008-08-02
9
-91
/
+91
*
This fixes http://b/issue?id=1303133, which was a crash
iyengar@google.com
2008-08-02
2
-3
/
+5
*
Merge latest translated strings: Czech (cs) only.
mal@google.com
2008-08-02
1
-1
/
+1
*
Lots of fixes for various issues with the prepopulate data uncovered during t...
pkasting@google.com
2008-08-02
1
-191
/
+239
*
A bunch of cleanups to beforeunload/unload handling.
ojan@google.com
2008-08-02
19
-194
/
+188
*
Make our distributor logo light on XP (and leave it dark on Vista).
glen@google.com
2008-08-02
5
-6
/
+8
*
Add a non-interactive distributor logo to the window frame. This logo disappe...
glen@google.com
2008-08-01
7
-21
/
+72
*
One more time, try to land the change that removes FreeLibrary(chrome_dll). O...
cpu@google.com
2008-08-01
1
-0
/
+4
*
Fix the script since it was outputting the reverse of the actual result. Add ...
maruel@google.com
2008-08-01
1
-9
/
+34
*
Let the logo display correctly on the History and Downloads pages in RTL. Thi...
glen@google.com
2008-08-01
2
-17
/
+35
*
SCons build:
sgk@google.com
2008-08-01
4
-12
/
+8
*
Emergency string change.
glen@google.com
2008-08-01
1
-1
/
+1
*
Automation provider should send real windows messages to the window when simu...
beng@google.com
2008-08-01
1
-8
/
+33
*
Update xcodeprojs
mmentovai@google.com
2008-08-01
1
-0
/
+15
*
Make closetabsopenedby walk the whole tabstrip instead of just all the tabs t...
ojan@google.com
2008-08-01
1
-1
/
+1
*
Fix DCHECK in history_backend by ensuring we clear redirect tracking state wh...
timsteele@google.com
2008-08-01
2
-2
/
+67
*
Add the ability to display reverse dependencies, e.g. which projects depends ...
maruel@google.com
2008-08-01
2
-16
/
+50
*
Add the ability to dynamically generate keywords. Mark the Google engine as ...
pkasting@google.com
2008-08-01
10
-160
/
+277
*
Adds a backend for the bookmarks bar that reads/writes to a JSON
sky@google.com
2008-08-01
6
-0
/
+640
*
Adds the BrowserView to the XPFrame/VistaFrame, and moves the BrowserToolbarV...
beng@google.com
2008-08-01
15
-150
/
+272
*
Fix crash in DialogClientView caused by recursion of Close calls. When migrat...
beng@google.com
2008-08-01
1
-6
/
+8
*
Using a better seed. Using time() causes the random sequence to start with t...
jcampan@google.com
2008-08-01
1
-1
/
+4
*
Generate the new DLLs. Note that they still have the same size than chrome.dl...
maruel@google.com
2008-08-01
13
-13
/
+1064
*
Rename the source files containing main function so they can be quickly
maruel@google.com
2008-08-01
5
-48
/
+78
*
Fix convert_dict output directory.
maruel@google.com
2008-08-01
1
-4
/
+0
*
Forward declare Task in ssl_manager.h. Cleanup some uses of notification_ser...
deanm@google.com
2008-08-01
4
-4
/
+3
*
Fix a bug introduced with the locking changes to login_prompt.cc :\
deanm@google.com
2008-08-01
1
-1
/
+1
*
Remove atomic operations from login_prompt.cc. Removes an atomic tess and se...
deanm@google.com
2008-08-01
1
-12
/
+18
*
Fix build bustage
cpu@google.com
2008-08-01
1
-0
/
+4
*
Adds new class AtExitManager which manages the dtors of all singletons.
cpu@google.com
2008-08-01
7
-0
/
+34
*
Pick the most commonly used search engine as the default when we have competi...
pkasting@google.com
2008-08-01
1
-3
/
+6
*
Allow trailing commas in JSON responses from suggestion services. Various re...
pkasting@google.com
2008-08-01
1
-0
/
+1
*
Have CommandCloseTabsOpenedBy iterate through the tabs in reverse order to av...
ojan@google.com
2008-08-01
1
-6
/
+5
*
Make BrowserView implement the BrowserWindow interface so we can start movin...
beng@google.com
2008-08-01
2
-1
/
+201
*
Move the BookmarkBarView into the frames.
beng@google.com
2008-08-01
7
-46
/
+69
*
Eliminate the infinite read loop that can occasionally allow
paulg@google.com
2008-08-01
1
-8
/
+20
*
Minor alignment tweaks to simple XP frame.
glen@google.com
2008-07-31
1
-3
/
+6
*
Stop the new tab page fading in if it's not your startup tab.
glen@google.com
2008-07-31
3
-40
/
+28
*
Command-line flag to allow the debugger UI to be loaded from the filesystem r...
erikkay@google.com
2008-07-31
3
-2
/
+25
*
Script to scan a Visual Studio solution file (.sln) and extract the projects ...
maruel@google.com
2008-07-31
1
-0
/
+110
*
Move BrowserToolbarView to the frames (XPFrame/VistaFrame).
beng@google.com
2008-07-31
11
-44
/
+117
*
Get SCons building Windows again without having to Import()/re-Export(): use...
sgk@google.com
2008-07-31
1
-13
/
+2
*
Updated the SSL UI test with the common name from the new cert.
jcampan@google.com
2008-07-31
1
-4
/
+2
*
Fix issue where debugger wasn't showing its contents.
beng@google.com
2008-07-31
4
-3
/
+20
*
Fix SCons breakage, plus latest updates:
sgk@google.com
2008-07-31
6
-54
/
+53
*
Initial commit to get a handful of third_party packages building properly und...
keunwoo@google.com
2008-07-31
1
-2
/
+21
*
Fix 1303177: Homepage field left enabled even though Reset to Default sets ho...
finnur@google.com
2008-07-31
2
-7
/
+9
*
Move more net classes into the net namespace. Also remove the net_util names...
darin@google.com
2008-07-31
61
-195
/
+200
*
We were reporting Google Update errors as error:0, due to the fact that we we...
finnur@google.com
2008-07-31
2
-0
/
+6
[next]