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
*
Adds a bookmark menu. This is experimental. To turn on you need
sky@google.com
2009-03-20
9
-9
/
+292
*
Consolidate into a single shutdown path.
tc@google.com
2009-03-20
2
-29
/
+32
*
Enable first UI test on Linux (browser/images_uitest.cc)
phajdan.jr@chromium.org
2009-03-20
2
-1
/
+4
*
Allow multiple js files per content script. Thanks to georged for making this...
aa@chromium.org
2009-03-20
4
-26
/
+6
*
Linux: Restore normal event handling for key events that are not to be sent t...
estade@chromium.org
2009-03-20
1
-9
/
+18
*
Removes all use of COM and dependencies on Windows-specific classes (includin...
klink@chromium.org
2009-03-20
4
-74
/
+173
*
Linux UI hook ups:
estade@chromium.org
2009-03-20
4
-10
/
+35
*
Hook up ctrl-w for close tab on linux.
estade@chromium.org
2009-03-20
2
-4
/
+31
*
Implement context menus on Mac.
pinkerton@chromium.org
2009-03-20
3
-1
/
+190
*
Updating TODO list; turns out that the fade is working but too quickly for my...
avi@google.com
2009-03-20
1
-1
/
+0
*
Rewrite tab layout to a centralized method rather than moving things around a...
pinkerton@chromium.org
2009-03-20
1
-61
/
+74
*
Make GTK accelerator setup code more compact.
estade@chromium.org
2009-03-20
1
-22
/
+19
*
SSLPolicy fix: Step 9 of 9 (hopefully!).
abarth@chromium.org
2009-03-20
10
-202
/
+252
*
Now have a TextButton rendering (sort of; doesn't respond to mouse events so
erg@google.com
2009-03-19
1
-0
/
+4
*
Fix a bunch of tiny near-bugs and bugs that static analysis identified
jar@chromium.org
2009-03-19
2
-3
/
+4
*
Revert "Now have a TextButton rendering." Broke Windows.
erg@google.com
2009-03-19
1
-4
/
+0
*
Now have a TextButton rendering (sort of; doesn't respond to mouse events so ...
erg@google.com
2009-03-19
1
-0
/
+4
*
Create cross-platform NativeButton2 class that wraps a NativeButtonWin.Once I...
ben@chromium.org
2009-03-19
1
-1
/
+1
*
Convert FindInPage wstrings to string16.
tc@google.com
2009-03-19
10
-20
/
+19
*
Implement focusing location bar with cmd-L on mac. Removes some more platform...
pinkerton@chromium.org
2009-03-19
2
-6
/
+0
*
Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...
pinkerton@chromium.org
2009-03-19
6
-21
/
+368
*
Remove extra language under "Spell-checker options" context menu
sidchat@google.com
2009-03-19
1
-1
/
+8
*
Fixing build by initializing all variables; TBR.
avi@google.com
2009-03-19
1
-0
/
+6
*
Make the status bubble avoid the mouse.
avi@google.com
2009-03-19
2
-8
/
+96
*
Render into a ChromeCanvasPaint object in a RootView under Linux.
erg@google.com
2009-03-19
3
-2
/
+17
*
Plumb up mouse motion for the status bubbles.
avi@google.com
2009-03-19
6
-14
/
+43
*
A quick fix for Issue 2720.
hbono@chromium.org
2009-03-19
2
-0
/
+24
*
Fix WebCacheManager unit tests to use a WebCacheManager instance per test case.
darin@chromium.org
2009-03-19
1
-70
/
+59
*
Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.
darin@chromium.org
2009-03-19
12
-158
/
+164
*
Remove useless BlockedRequest class.
abarth@chromium.org
2009-03-19
2
-13
/
+6
*
Check return value of AbsolutePath
agl@chromium.org
2009-03-19
1
-1
/
+2
*
Review URL: http://codereview.chromium.org/42382
georged@chromium.org
2009-03-19
1
-9
/
+10
*
Reuse the eula terms from the chrome resources
cpu@google.com
2009-03-19
2
-23
/
+51
*
Fix single-process ui test failures from my previous change. The problem was...
jam@chromium.org
2009-03-18
5
-9
/
+12
*
Refactor sandboxing code so that it can be used by worker processes.
jam@chromium.org
2009-03-18
6
-236
/
+203
*
Add missing 'return true' to stop switch fall though.
agl@chromium.org
2009-03-18
1
-0
/
+1
*
Navigating to about:memory page from Task manager should bring up the
tc@google.com
2009-03-18
1
-0
/
+2
*
Linux: fix crash when renderer asks for the location of a NULL window
agl@chromium.org
2009-03-18
1
-0
/
+5
*
Check return values for ReadInt in SSL manager
agl@chromium.org
2009-03-18
1
-4
/
+3
*
Fix possible memory leak.
agl@chromium.org
2009-03-18
1
-3
/
+4
*
CreateResourceRequest() in
hclam@chromium.org
2009-03-18
1
-0
/
+1
*
Review URL: http://codereview.chromium.org/42288
georged@chromium.org
2009-03-18
8
-157
/
+323
*
Bug 4688: First run bubble ignores user's keyboard attempt
finnur@chromium.org
2009-03-18
2
-10
/
+43
*
Linux: fix scrolling
agl@chromium.org
2009-03-18
1
-6
/
+18
*
Ports all of the chrome/browser/history code to use FilePath, except
estade@chromium.org
2009-03-18
22
-162
/
+168
*
Make startup_tests build and work on Mac.
phajdan.jr@chromium.org
2009-03-18
6
-0
/
+36
*
Implement GTK dropdown menus.
estade@chromium.org
2009-03-18
4
-23
/
+108
*
Fix mac build break.
estade@chromium.org
2009-03-18
1
-1
/
+0
*
Fix underflow that would cause either an access violation or an infinite loop...
robertshield@google.com
2009-03-18
1
-2
/
+3
*
Remove BrowserWindow::Init().
estade@chromium.org
2009-03-18
7
-111
/
+99
[next]