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
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
(1) If you create tabs and manage to resize the window before the
maruel@chromium.org
2009-01-22
1
-1
/
+12
*
Revert "Parse more user script info out of the manifest and expose"
aa@chromium.org
2009-01-22
8
-424
/
+216
*
More scaffolding for back/forward/reload/home, start of WebContents
pinkerton@google.com
2009-01-22
3
-21
/
+51
*
remove the NSToolbar, improve the appearance a little bit. ObjC style member ...
pinkerton@google.com
2009-01-22
2
-27
/
+10
*
Change spell check dictionary download URL to now include edgedl
sidchat@google.com
2009-01-22
1
-1
/
+1
*
Parse more user script info out of the manifest and expose
aa@chromium.org
2009-01-22
8
-216
/
+424
*
Fix unit tests build
brettw@chromium.org
2009-01-22
1
-1
/
+1
*
Fix messed up include path.
brettw@chromium.org
2009-01-22
1
-3
/
+3
*
More Linux fixing.
brettw@chromium.org
2009-01-22
1
-1
/
+1
*
More liunx bustage.
brettw@chromium.org
2009-01-22
1
-0
/
+2
*
Hopefully fix Mac & Linux build.
brettw@chromium.org
2009-01-22
1
-5
/
+5
*
Move files out of browser and into either renderer_host or tab_contents.
brettw@chromium.org
2009-01-22
67
-597
/
+217
*
Disables another SSL test as it is causing hangs.
sky@google.com
2009-01-22
1
-1
/
+2
*
Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").
deanm@chromium.org
2009-01-22
11
-26
/
+26
*
The WebContents CL broke unit tests
cpu@google.com
2009-01-22
1
-0
/
+3
*
Move automation specific accessors to their own interface to make their purpo...
ben@chromium.org
2009-01-22
6
-18
/
+48
*
Linux: move win_util.h to Windows specific block
agl@chromium.org
2009-01-22
1
-1
/
+1
*
More speedup of scrolling when many windowed plugins in a page. Scrolling is...
jam@chromium.org
2009-01-22
4
-27
/
+47
*
POSIX: Get render_process_host to build.
agl@chromium.org
2009-01-22
9
-72
/
+124
*
Fix a timing issue that caused gears to fail to load sometimes.
mpcomplete@google.com
2009-01-21
2
-7
/
+5
*
Factor out the test web contents from the WebContents unit test so that it can
brettw@chromium.org
2009-01-21
10
-389
/
+454
*
Fix SecondLaunch unit test.
evan@chromium.org
2009-01-21
1
-1
/
+2
*
Fix issue 6520 by ensuring that InfoBarClosed is called whenever a tab is clo...
tim@chromium.org
2009-01-21
5
-27
/
+12
*
Disables another flakey interstitial uit test:(
sky@google.com
2009-01-21
1
-1
/
+3
*
Fix p13n build break due to a change in CommandLine class.
munjal@chromium.org
2009-01-21
1
-1
/
+2
*
add basic command handling for browser window and for where there are no wind...
pinkerton@google.com
2009-01-21
6
-5
/
+110
*
* Revert "POSIX: Get render_process_host to build."
agl@chromium.org
2009-01-21
9
-125
/
+73
*
Build fix: release builds seemed to break
agl@chromium.org
2009-01-21
1
-0
/
+1
*
POSIX: Get render_process_host to build.
agl@chromium.org
2009-01-21
9
-73
/
+124
*
Disables an interstitial test that occassionally fails.
sky@google.com
2009-01-21
1
-1
/
+3
*
Get browser window showing using a Browser object and accompanying scaffoldin...
pinkerton@google.com
2009-01-21
10
-26
/
+427
*
Discard corrupt old logs in UMA upload
jar@chromium.org
2009-01-21
1
-6
/
+11
*
Fix the scons build
ben@chromium.org
2009-01-21
1
-2
/
+2
*
actually re-enable the test
tc@google.com
2009-01-21
1
-1
/
+1
*
Refactor automation wrappers. Move the methods from AutomationProxy to the ap...
stoyan@chromium.org
2009-01-21
6
-39
/
+21
*
A crasher would happen if you navigate to a page triggering an interstitial f...
jcampan@chromium.org
2009-01-21
1
-11
/
+2
*
Correct icon/title sizing/placement for varying titlebar font sizes. This ma...
pkasting@chromium.org
2009-01-21
1
-23
/
+78
*
Fix some problems with scaled icons. This allows the TabIconView to automati...
pkasting@chromium.org
2009-01-21
3
-12
/
+42
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
28
-132
/
+130
*
Disable a unittest which has never passed
agl@chromium.org
2009-01-21
1
-1
/
+1
*
Fix two bugs that resulted in misplaced downloads and missing
paulg@google.com
2009-01-21
2
-2
/
+3
*
Remove unnecessary unit tests (now we're just using ObserverList).
ben@chromium.org
2009-01-20
1
-24
/
+0
*
Disables a couple of consistently flakey/hanging tests.
sky@google.com
2009-01-20
2
-3
/
+6
*
Scons updates for about:internets removal.
brettw@chromium.org
2009-01-20
1
-3
/
+0
*
Rework the command updater to not be dependent on views::Button (needed for p...
ben@chromium.org
2009-01-20
26
-781
/
+535
*
disable WindowSessionEnd which was failing in debug
tc@google.com
2009-01-20
1
-1
/
+1
*
Add more production logging to diagnose upload problem
jar@chromium.org
2009-01-20
1
-27
/
+29
*
Fix purify errors in previous testing patch.
brettw@chromium.org
2009-01-20
2
-3
/
+13
*
Revert "revert r8217 until memory tests are fixed." This re-applies r8217.
tc@google.com
2009-01-20
4
-56
/
+8
*
Remove the about:internets view :(
brettw@chromium.org
2009-01-20
6
-135
/
+2
[next]