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
...
*
Fix the mac build from my WebContents rename.
brettw@chromium.org
2009-05-04
2
-3
/
+2
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
174
-1391
/
+1189
*
linux: set the window icon (used in alt-tab list, etc.)
evan@chromium.org
2009-05-04
2
-0
/
+13
*
roll back r15177
ben@chromium.org
2009-05-04
16
-16
/
+2
*
Reverting 15180.
ben@chromium.org
2009-05-04
1
-1
/
+1
*
Reverting 15181.
ben@chromium.org
2009-05-04
1
-2
/
+1
*
Reverting 15182.
ben@chromium.org
2009-05-04
7
-56
/
+56
*
Bustage fix:
ben@chromium.org
2009-05-04
7
-56
/
+56
*
Make the header include of views_strings.h here windows-only, temporarily (we...
ben@chromium.org
2009-05-04
1
-1
/
+2
*
Bustage fix for mac and linux:
ben@chromium.org
2009-05-04
1
-1
/
+1
*
Extract all views resources into:
ben@chromium.org
2009-05-04
16
-2
/
+16
*
Blind fix for ChromeBot crashes.
mal@chromium.org
2009-05-03
1
-1
/
+3
*
Fix two bugs in the omnibox2 popup:
ben@chromium.org
2009-05-03
1
-11
/
+12
*
Fix multiple instances of first run dialog appearing when Chrome is started a...
robertshield@google.com
2009-05-03
5
-23
/
+50
*
Allowing the client to handle escape and keyup events.
tommi@google.com
2009-05-02
2
-7
/
+15
*
Relanding the following CL (it was breaking the UI tests because a
jcampan@chromium.org
2009-05-02
5
-3
/
+143
*
Yet more deprecation of the wstring version of PathService::Get() for UI tests.
thestig@chromium.org
2009-05-02
12
-44
/
+37
*
Add chrome/chromium icons as PNGs.
ben@chromium.org
2009-05-02
2
-2
/
+6
*
Reverting 15115, it sadly breaks the ui tests.
jcampan@chromium.org
2009-05-01
5
-140
/
+3
*
linux: fix inverted infobubble logic.
evan@chromium.org
2009-05-01
1
-1
/
+1
*
Don't try and install extensions when --enable-extensions isn't
aa@chromium.org
2009-05-01
1
-12
/
+28
*
If Chrome is not the default browser, tell the user, unless:
jcampan@chromium.org
2009-05-01
5
-3
/
+140
*
Fix the issue with Options menu fonts display bigger than size of fonts actua...
sidchat@google.com
2009-05-01
2
-18
/
+43
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
10
-6
/
+54
*
Make the findbar slide in/out.
estade@chromium.org
2009-05-01
7
-50
/
+97
*
Fix a bug in session restore on linux/mac. We were pickling the
tc@google.com
2009-05-01
2
-14
/
+7
*
This is the first part of the PageAction implementation. More work is require...
finnur@chromium.org
2009-05-01
16
-22
/
+529
*
Ensure that the underlying web_contents has focus in the external tab container
ananta@chromium.org
2009-05-01
1
-0
/
+1
*
POSIX: Add a macro for handling EINTR.
agl@chromium.org
2009-05-01
4
-17
/
+16
*
Enable user_script_master_unittest for Mac since DirectoryWatcher was ported.
shess@chromium.org
2009-05-01
2
-8
/
+10
*
Run workers in separate processes.
jam@chromium.org
2009-05-01
5
-42
/
+120
*
Pass down the opener tab when a message channel is opened to an extension.
mpcomplete@google.com
2009-05-01
9
-159
/
+196
*
Remove StopAutocomplete() helper from AutocompletePopupViewMac.
shess@chromium.org
2009-05-01
3
-6
/
+2
*
Measure IPC latency for audio
hclam@chromium.org
2009-05-01
1
-5
/
+32
*
Release the autocomplete popup panel when not visible.
shess@chromium.org
2009-05-01
1
-0
/
+8
*
Making CloseWindow and CloseTab automation API
huanr@chromium.org
2009-05-01
2
-2
/
+22
*
More focus fixing.
avi@google.com
2009-05-01
1
-1
/
+2
*
Only send events to renderers that are listening to an event.Notify browser w...
erikkay@google.com
2009-05-01
6
-8
/
+74
*
Fix a small undercalculation of the space available a result description.
deanm@chromium.org
2009-05-01
1
-3
/
+3
*
Add a title to the "download in progress" dialog.
abarth@chromium.org
2009-05-01
1
-0
/
+4
*
Deprecate wstring version of PathService::Get() in webkit.
thestig@chromium.org
2009-05-01
1
-3
/
+4
*
Linux: terminate clipboard handling on the UI thread.
agl@chromium.org
2009-05-01
3
-27
/
+141
*
Undisable the temporarily disabled test, by fixing the URL expectation to hav...
ericroman@google.com
2009-05-01
1
-3
/
+2
*
People should just use GetWindow() instead of calling GetWidget()->GetWindow()
ben@chromium.org
2009-05-01
4
-10
/
+8
*
Stop the location bar from flashing white when navigating from one HTTPS site...
abarth@chromium.org
2009-05-01
3
-8
/
+15
*
Add some histograms to see how often users click through blocking pages.
abarth@chromium.org
2009-05-01
2
-1
/
+43
*
GTK: give the findbox curvy edges.
estade@chromium.org
2009-04-30
4
-16
/
+130
*
Implement ID persistence for bookmarks:
munjal@chromium.org
2009-04-30
8
-59
/
+384
*
GTK: Allow the user to resize the chromium window as small as they like.
estade@chromium.org
2009-04-30
2
-1
/
+15
*
Fixes the implementation of TabContentsViewMac::TakeFocus().
rohitrao@chromium.org
2009-04-30
1
-1
/
+7
[prev]
[next]