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
*
Make bookmark bar folder buttons look active so long as the menu is open.
estade@chromium.org
2009-07-08
3
-2
/
+36
*
The Mac version of the download shelf from the original CL by thakis:
paul@chromium.org
2009-07-08
8
-211
/
+245
*
XFCE disables the system decorations if there's an xshape set. So
tc@google.com
2009-07-08
1
-6
/
+10
*
Lands http://codereview.chromium.org/155128 for Thiago.
sky@chromium.org
2009-07-08
9
-57
/
+76
*
GTK: Allow user to drag onto folder in bookmark bar.
estade@chromium.org
2009-07-08
2
-1
/
+37
*
http://codereview.chromium.org/147084
sky@chromium.org
2009-07-08
3
-4
/
+63
*
Convert crash recovery tests to browser test framework, which should reduce f...
phajdan.jr@chromium.org
2009-07-08
2
-88
/
+97
*
Adds tab pinning to TabStripModel. This is just the model side of
sky@chromium.org
2009-07-08
4
-42
/
+429
*
Fix a leak of the new location GURL by NotificationTask when doing a redirect.
eroman@chromium.org
2009-07-08
1
-1
/
+1
*
The SSL UI tests are only run on Windows today.
jcampan@chromium.org
2009-07-08
1
-1021
/
+0
*
Change to use CSS media queries instead of using the "small" class name
arv@google.com
2009-07-08
3
-66
/
+115
*
fix bustage
pinkerton@chromium.org
2009-07-08
1
-0
/
+7
*
Add context menus to tabs.
pinkerton@chromium.org
2009-07-08
5
-4
/
+57
*
Remove url_constants dependency from tab_contents.h.
brettw@chromium.org
2009-07-08
2
-12
/
+4
*
Fix the Views-GTK build by adding necessary tab_strip_2 files and fixing some...
brettw@chromium.org
2009-07-08
4
-6
/
+19
*
Split out some of the RVHDelegate functions into separate sub-classes. To limit
brettw@chromium.org
2009-07-08
10
-448
/
+580
*
Some code had been removed from FirstRun::IsChromeFirstRun() so that it may r...
jcampan@chromium.org
2009-07-08
8
-15
/
+44
*
Wasn't able to browse to new files within panels
davemoore@chromium.org
2009-07-08
1
-8
/
+2
*
Add facitility for Global Keyboard shortcuts.
jeremy@chromium.org
2009-07-08
7
-0
/
+161
*
Removes ifdefs in browser_render_process_host.cc that prevented
pinkerton@chromium.org
2009-07-08
1
-7
/
+1
*
Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread.
shess@chromium.org
2009-07-08
12
-93
/
+138
*
Removing an unused variable from cookies_view.h
deanm@chromium.org
2009-07-08
1
-5
/
+4
*
Initial work on Linux tab to search.
deanm@chromium.org
2009-07-08
3
-4
/
+151
*
DevTools: remove extensions-related workaround from the docked devtools windo...
pfeldman@chromium.org
2009-07-08
2
-7
/
+14
*
DevTools: Align status bubble with the contents container, not docked devtool...
pfeldman@chromium.org
2009-07-08
1
-1
/
+2
*
DevTools: added test for setting breakpoit.
yurys@google.com
2009-07-08
1
-0
/
+5
*
Aha, I think this was racing because INSTALLED is actually fired
aa@chromium.org
2009-07-08
1
-7
/
+2
*
Speculative Crash fix: Return early if user cancels save dialog.
jeremy@chromium.org
2009-07-08
1
-13
/
+17
*
linux: port Jankometer
evan@chromium.org
2009-07-08
2
-24
/
+67
*
Fix memory leaks introduced and exposed by r20028.
mirandac@chromium.org
2009-07-08
1
-1
/
+6
*
Add some more logging. Still trying to figure out flakey test.
aa@chromium.org
2009-07-08
1
-3
/
+20
*
Make the cancelling of drag and drop match Safari for Windows. This is
arv@google.com
2009-07-08
3
-4
/
+18
*
Adds a way to set the boundaries of the browser window through
arv@google.com
2009-07-08
2
-0
/
+14
*
Build fix: string/wstring mismatch on Linux.
agl@chromium.org
2009-07-08
1
-1
/
+1
*
Linux: SUID sandbox support
agl@chromium.org
2009-07-08
4
-4
/
+192
*
Simplify the WebKit thread model. It's now created/destroyed on the UI threa...
jorlow@chromium.org
2009-07-08
9
-133
/
+91
*
GTK: Support for more drag targets in renderer destination.
estade@chromium.org
2009-07-08
1
-12
/
+46
*
Gtk: URI list dragging for bookmarks (source side only)
estade@chromium.org
2009-07-08
4
-4
/
+31
*
Add some logging to a flakey browsertest to debug.
aa@chromium.org
2009-07-08
2
-4
/
+11
*
GTK Themes: Use the correct text color in the tab strip.
erg@google.com
2009-07-08
6
-5
/
+41
*
Reverting 20097.
meelapshah@chromium.org
2009-07-08
5
-223
/
+273
*
Change ThumbnailStore to use sqlite instead of individual files.
meelapshah@chromium.org
2009-07-07
5
-273
/
+223
*
Sprinkle some defensiveness into the UI tests so that they don't explode if t...
stuartmorgan@chromium.org
2009-07-07
10
-8
/
+57
*
Give page/app menu native menu bar feel.
estade@chromium.org
2009-07-07
2
-0
/
+76
*
Adds support for an initial set of WAI-ARIA roles, needed to support screen r...
klink@chromium.org
2009-07-07
1
-51
/
+64
*
Fix the unit tests that had multiple ResourceDispatcherHost objects instantia...
jam@chromium.org
2009-07-07
1
-24
/
+20
*
Wrap the task manager treeview in a GtkScrolledWindow in order to have a fram...
jhawkins@chromium.org
2009-07-07
1
-1
/
+10
*
Work around a bug in KWin where the window shape doesn't get
tc@google.com
2009-07-07
1
-2
/
+6
*
Move printing related stuff to the root printing project from the browser pro...
sverrir@google.com
2009-07-07
34
-2752
/
+37
*
GTK Themes: Theme the popup notification.
erg@google.com
2009-07-07
7
-27
/
+85
[next]