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
*
Reverting 12479 which reverted 12470.
willchan@chromium.org
2009-03-25
2
-7
/
+29
*
Fix/punt on a bunch of NOTIMPLEMENTEDs.
evan@chromium.org
2009-03-25
3
-5
/
+15
*
Chrome changes to support cached form submissions.
darin@chromium.org
2009-03-25
1
-13
/
+13
*
Refactor some widget creation code in web_contents_view and render_widget_hos...
estade@chromium.org
2009-03-25
16
-145
/
+86
*
Linux: write images to clipboard.
estade@chromium.org
2009-03-25
1
-5
/
+5
*
Reverting 12470.
willchan@chromium.org
2009-03-25
2
-29
/
+7
*
Reverting 12469.
brettw@chromium.org
2009-03-25
6
-286
/
+80
*
Cleanup in chrome/browser
phajdan.jr@chromium.org
2009-03-25
10
-56
/
+55
*
Don't override user's default cursor with GDK_ARROW.
estade@chromium.org
2009-03-25
1
-2
/
+6
*
Prioritize which HTTP requests get a socket first by adding a priority level ...
willchan@chromium.org
2009-03-25
2
-7
/
+29
*
Make the bookmarks bar disappear when the load after the new tab page commits
brettw@chromium.org
2009-03-25
6
-80
/
+286
*
Removes bogus DCHECK in ConfirmInfoBar::ButtonPressed. The DCHECK is
sky@google.com
2009-03-25
1
-2
/
+0
*
Moves bookmark menu to be before other menus.
sky@google.com
2009-03-25
1
-7
/
+9
*
A tricky fix for Issue 1845 (Take 2).
hbono@chromium.org
2009-03-25
3
-1
/
+74
*
A trivial fix for localizing 'Bookmark bar' (folder name) in exported 'bookmark
jungshik@google.com
2009-03-25
2
-5
/
+11
*
Don't try to paint tabs if there are no tabs to paint.
tc@google.com
2009-03-25
1
-0
/
+3
*
Fix a bug in RDH that it overlooked a resource message
hclam@chromium.org
2009-03-25
1
-0
/
+1
*
Folder path was not set correctly for media cache
hclam@chromium.org
2009-03-25
1
-2
/
+2
*
Prevent data read errors from crashing the browser.
thestig@chromium.org
2009-03-24
1
-0
/
+7
*
Implement default css for toolstrips.
aa@chromium.org
2009-03-24
8
-36
/
+47
*
Redone http://codereview.chromium.org/42571
idanan@chromium.org
2009-03-24
12
-41
/
+95
*
Implement basic ShowItemInFolder for linux.
estade@chromium.org
2009-03-24
2
-17
/
+5
*
Switch some more ASCII locale code wstrings to strings.
estade@chromium.org
2009-03-24
7
-252
/
+226
*
Reverting r12383, caused a build breakage on all platforms.
maruel@chromium.org
2009-03-24
9
-86
/
+40
*
Issue 6477: Support modifier clicks on UI elements
idanan@chromium.org
2009-03-24
9
-40
/
+86
*
Make the find bar blue. Hooks up the prev/next buttons and the
tc@google.com
2009-03-24
2
-12
/
+106
*
New tab page was linking to the wrong URL for the history page. We don't need...
glen@chromium.org
2009-03-24
2
-31
/
+18
*
Improve the Linux Omnibox ssl background / scheme coloring.
deanm@chromium.org
2009-03-24
1
-8
/
+16
*
Add a progress meter to the downloads page.
glen@chromium.org
2009-03-24
2
-12
/
+159
*
History import was exercising a codepath that didn't have code to update Hist...
glen@chromium.org
2009-03-24
1
-0
/
+6
*
Fixes crash in new tab page when searching from a field other than the
sky@google.com
2009-03-24
1
-4
/
+6
*
Make sure we never pass a nil charcode, AppKit gets very unhappy about that.
pinkerton@chromium.org
2009-03-24
1
-2
/
+3
*
Porting of unit tests in chrome/
phajdan.jr@chromium.org
2009-03-24
2
-29
/
+29
*
Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...
pfeldman@chromium.org
2009-03-24
4
-10
/
+39
*
Get rid of WaitForWindowCountToChange.
phajdan.jr@chromium.org
2009-03-24
1
-22
/
+6
*
Add basic infrastructure for sending async browser API request and receiving ...
aa@chromium.org
2009-03-24
6
-1
/
+110
*
Fix a bug in ResourceMessageFilter
hclam@chromium.org
2009-03-24
1
-1
/
+1
*
Finish hooking up the worker process UI: use the domains of the workers as th...
jam@chromium.org
2009-03-24
13
-28
/
+109
*
Make the history and downloads pages work in RTL.
glen@chromium.org
2009-03-24
2
-0
/
+20
*
Extensions now support css user script definition. This checkin adds
georged@chromium.org
2009-03-24
1
-5
/
+17
*
Rename ExtensionMessageService::PostMessage because windows #defines that to
mpcomplete@google.com
2009-03-23
3
-3
/
+4
*
Initial rev at a message passing API for extensions. So far, only passing
mpcomplete@google.com
2009-03-23
10
-10
/
+262
*
The death knell for the old native buttons, checkboxes and radio buttons.
ben@chromium.org
2009-03-23
43
-421
/
+372
*
Add initial implementation of the Linux TabStrip.
jhawkins@chromium.org
2009-03-23
5
-14
/
+671
*
Removed zombie hunter code
maruel@chromium.org
2009-03-23
3
-63
/
+0
*
Fully enable history_url_provider_unittest.cc for Mac.
shess@chromium.org
2009-03-23
2
-11
/
+0
*
Deliver events and notifications to the RootView.
erg@google.com
2009-03-23
1
-1
/
+8
*
BUG=9094
hclam@chromium.org
2009-03-23
1
-0
/
+18
*
Fix an invalid DCHECK for media request context
hclam@chromium.org
2009-03-23
2
-30
/
+43
*
Updating to use scoped_nsobject.
avi@google.com
2009-03-23
2
-9
/
+3
[next]