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
*
Resubmitted code from revision 12809. The bug in the Windows SSL stack that
markus@chromium.org
2009-03-31
1
-2
/
+10
*
Delete downloads after updating observers.
paulg@google.com
2009-03-31
1
-3
/
+7
*
Simplify code in PrintSettings. Removes support for settings margins
sverrir@chromium.org
2009-03-31
6
-103
/
+36
*
Make the "id" key for extension manifests optional in
aa@chromium.org
2009-03-31
5
-56
/
+84
*
Mechanic change based on comment from previous code review.
huanr@chromium.org
2009-03-31
3
-9
/
+8
*
Display a title for files in the back/forward menu.
estade@chromium.org
2009-03-30
1
-1
/
+2
*
Fix some line endings in browser/dom_ui.
brettw@chromium.org
2009-03-30
2
-115
/
+115
*
Reverting, as this changelist broke unittests on Windows.
markus@chromium.org
2009-03-30
1
-10
/
+2
*
Make NTP work by correctly marking the kind of urls we type in. Patch from ro...
pinkerton@chromium.org
2009-03-30
1
-1
/
+5
*
Change the bad-certificate handler for SSL (using NSS) to return an
markus@chromium.org
2009-03-30
1
-2
/
+10
*
Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...
paulg@google.com
2009-03-30
17
-184
/
+245
*
Break out the tab rendering logic into TabGtk and TabRendererGtk.
jhawkins@chromium.org
2009-03-30
10
-646
/
+1324
*
The NativeButton HWND would not be created yet when we were setting the initi...
jcampan@chromium.org
2009-03-30
1
-5
/
+5
*
Platform cleanup in chrome UI tests.
phajdan.jr@chromium.org
2009-03-30
1
-2
/
+5
*
Cleanup in automation. Remove WaitForTabCountToChange.
phajdan.jr@chromium.org
2009-03-30
3
-55
/
+38
*
Fix the DOMUIToStandard unit test and uncomment it. The NavigationController
brettw@chromium.org
2009-03-30
1
-8
/
+20
*
A workaround fix for Issue 3693.
hbono@chromium.org
2009-03-30
1
-0
/
+6
*
Remove NOTIMPLEMENTED bits for fast shutdown code on non-Windows.
evan@chromium.org
2009-03-29
1
-8
/
+0
*
Fix crash that occurs when the about:network window is closed while still
darin@chromium.org
2009-03-28
1
-0
/
+1
*
Fix linux build.
aa@chromium.org
2009-03-28
1
-1
/
+0
*
Add more of the server-side plumbing for extension APIs. Also
aa@chromium.org
2009-03-28
14
-90
/
+394
*
Add the ability to specify a default MIME type when loading a resource. We'l...
abarth@chromium.org
2009-03-28
3
-0
/
+18
*
A crash report from the field reports that we are removing a SafeBrowsingBloc...
jcampan@chromium.org
2009-03-28
1
-2
/
+5
*
This CL fixes a lint issue -- line exceeding 80 characters.
xji@chromium.org
2009-03-28
1
-1
/
+2
*
Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.
darin@chromium.org
2009-03-27
10
-55
/
+80
*
The URL in the bug triggers an SSL interstitial for a redirect that redirects...
jcampan@chromium.org
2009-03-27
3
-2
/
+64
*
Move message flags into a separate header that can be used
tc@google.com
2009-03-27
9
-14
/
+22
*
Properly fix menu display when using dark system themes.
evan@chromium.org
2009-03-27
2
-4
/
+4
*
Comment out the crashing test so the tree can be open while I fix it.
brettw@chromium.org
2009-03-27
1
-0
/
+2
*
Refactor plugin process code which checks with the browser process before shu...
jam@chromium.org
2009-03-27
6
-89
/
+5
*
Reverting 12673.
brettw@chromium.org
2009-03-27
3
-85
/
+130
*
Fix lineendings for dom ui unittest.
brettw@chromium.org
2009-03-27
1
-116
/
+116
*
Hide StatsTable behind --enable-stats-table.
mbelshe@google.com
2009-03-27
2
-0
/
+2
*
- Change alignment of 'delete this day' so it's not off floating in the middl...
glen@chromium.org
2009-03-27
1
-7
/
+7
*
Issue 348: can view old incognito cache if main process left running
idanan@chromium.org
2009-03-27
3
-7
/
+16
*
Render widget host view cursors:
estade@chromium.org
2009-03-27
6
-47
/
+67
*
Correctly position windows that are detached during a drag, instead of relyin...
pinkerton@chromium.org
2009-03-27
2
-14
/
+26
*
Fix a race condition opening a downloaded file.
paulg@google.com
2009-03-27
1
-6
/
+8
*
Fix renderer hang caused when a synchronous XHR is disallowed for security
darin@chromium.org
2009-03-27
3
-8
/
+38
*
Revert "Fix issues with DOM UI that cause focus to not be set to the URL bar ...
evan@chromium.org
2009-03-27
3
-200
/
+153
*
Fix issues with DOM UI that cause focus to not be set to the URL bar and the
brettw@chromium.org
2009-03-27
3
-153
/
+200
*
Disable about:network for official builds since it's buggy.
brettw@chromium.org
2009-03-27
1
-1
/
+3
*
Fix downloads RTL Bustage
glen@chromium.org
2009-03-27
1
-0
/
+7
*
Fix interactive_ui_tests failures by temporarily allowing direct dns lookup.
phajdan.jr@chromium.org
2009-03-27
1
-1
/
+12
*
Add date information to the downloads page.
glen@chromium.org
2009-03-27
2
-4
/
+54
*
Forgot a file in last checkin.
pinkerton@chromium.org
2009-03-27
1
-0
/
+14
*
Hook up close button in tabs. Patch from rohitrao@google.com.
pinkerton@chromium.org
2009-03-27
8
-46
/
+33
*
Don't order the bubble window front; it shows up just fine.
avi@google.com
2009-03-27
1
-1
/
+0
*
Prevent making real DNS lookups by chrome tests.
phajdan.jr@chromium.org
2009-03-27
3
-5
/
+37
*
CreateNewWindowInternal and ShowCreatedWindowInternal aren't actually platfor...
avi@google.com
2009-03-27
8
-131
/
+36
[next]