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
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
This fixes a few GRIT issues:
tc@google.com
2009-03-27
2
-9
/
+9
*
First stab at Mac breakpad support.
jeremy@chromium.org
2009-03-26
8
-11
/
+139
*
Linux UI theming:
estade@chromium.org
2009-03-25
1
-0
/
+10
*
Bookmark menu work. Notes:
jrg@chromium.org
2009-03-25
2
-7
/
+6
*
Wire the shortcut (Ctrl+Shift+Del) for Clear Browsing Data.
finnur@chromium.org
2009-03-25
1
-0
/
+1
*
Add a progress meter to the downloads page.
glen@chromium.org
2009-03-24
2
-0
/
+0
*
Disable incremental linking of chrome.dll in debug. It fails with 32 bits OS.
maruel@chromium.org
2009-03-24
1
-0
/
+1
*
Finish hooking up the worker process UI: use the domains of the workers as th...
jam@chromium.org
2009-03-24
1
-0
/
+3
*
Bug 6474: Rename the Cancel button to Close in Clear Browsing Data.
finnur@chromium.org
2009-03-21
1
-1
/
+2
*
Adds a bookmark menu. This is experimental. To turn on you need
sky@google.com
2009-03-20
2
-0
/
+1
*
Implement focusing location bar with cmd-L on mac. Removes some more platform...
pinkerton@chromium.org
2009-03-19
1
-4
/
+30
*
Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...
pinkerton@chromium.org
2009-03-19
1
-1
/
+1
*
Fixed build bustage due to r12071
hclam@chromium.org
2009-03-19
1
-0
/
+3
*
Uses FFmpeg in chrome/renderer
hclam@chromium.org
2009-03-19
1
-1
/
+1
*
Switching net over to use gyp on windows.
bradnelson@google.com
2009-03-18
1
-1
/
+1
*
Mac bookmark work.
jrg@chromium.org
2009-03-18
3
-145
/
+115
*
Pipe fatal GTK messages through our logging system.
deanm@chromium.org
2009-03-17
1
-0
/
+23
*
Change the default encoding for zh-CN to GBK from gb18030
jungshik@google.com
2009-03-16
1
-1
/
+1
*
RSS feed support (part 1), 2nd attempt.
finnur@chromium.org
2009-03-13
2
-0
/
+1
*
Reverting 11640.
finnur@chromium.org
2009-03-13
2
-1
/
+0
*
RSS feed support (part 1)
finnur@chromium.org
2009-03-13
2
-0
/
+1
*
Stats for the renderers are all broken, because of this change:
davemoore@chromium.org
2009-03-13
1
-6
/
+14
*
Don't rely on subview ordering to be equivalent to tab ordering. Allows us to...
pinkerton@chromium.org
2009-03-12
2
-8
/
+58
*
Add a TabController class to manage a TabView (with corresponding xib). Rewri...
pinkerton@chromium.org
2009-03-12
2
-0
/
+426
*
My change to widen the About box got reverted for the Hebrew locale. Readding.
finnur@chromium.org
2009-03-11
1
-1
/
+1
*
Fix directory listings in mac and linux by making sure the code
tc@google.com
2009-03-11
1
-0
/
+1
*
Revert r11445, _wtoi does not exist outside of Windows / MSVC.
deanm@chromium.org
2009-03-11
1
-13
/
+4
*
I was a moron and did http://codereview.chromium.org/40012/ against a read on...
davemoore@chromium.org
2009-03-11
1
-4
/
+13
*
Initial pass at copy/paste. Menu items are always enabled. This matches Windo...
avi@chromium.org
2009-03-11
1
-7
/
+7
*
Changes docking in the following ways:
sky@google.com
2009-03-10
4
-0
/
+3
*
Set proper bundle ID based on the state of branding.
mark@chromium.org
2009-03-10
1
-3
/
+3
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
5
-6
/
+0
*
Adds the ability to log the URL of the renderer if the renderer
sky@google.com
2009-03-09
1
-6
/
+65
*
String change.
jcampan@chromium.org
2009-03-09
1
-1
/
+1
*
hook up history and download menu items
tc@google.com
2009-03-09
1
-2
/
+3
*
Make SecondLaunch UI test not-flaky by using more reliable
phajdan.jr@chromium.org
2009-03-09
1
-6
/
+2
*
Add regression test for bug 7900 and necessary infrastructure.
phajdan.jr@chromium.org
2009-03-09
1
-1
/
+22
*
Make both Hebrew Visual (ISO-8859-8) and Hebrew Logical (ISO-8859-8-I)
jungshik@google.com
2009-03-07
2
-2
/
+3
*
Generate data packs for all languages and allow us to load
tc@google.com
2009-03-06
6
-253
/
+220
*
Use common name for icns file to avoid case sensitivity issues with
jrg@chromium.org
2009-03-06
2
-1
/
+1
*
Fix issue 8331: About dialog became too narrow when we changed
finnur@chromium.org
2009-03-05
51
-110
/
+50
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
2
-4
/
+4
*
Use grit to generate locale rc files and remove the old locale rc files from ...
tc@google.com
2009-03-05
153
-4019
/
+3473
*
Linux: don't call gtk_init in the renderer process.
agl@chromium.org
2009-03-05
1
-8
/
+5
*
Branding of Chrome.app.
jrg@chromium.org
2009-03-04
1
-1
/
+1
*
Add comment regarding why single-process and in-process-plugins are disabled ...
jam@chromium.org
2009-03-04
1
-0
/
+2
*
Initial checkin of the out of process worker implementation.
jam@chromium.org
2009-03-04
1
-0
/
+5
*
Revert "Use grit to generate locale rc files and remove the old locale rc fil...
tc@google.com
2009-03-03
151
-3169
/
+3919
*
Use grit to generate locale rc files and remove the old locale rc files from ...
tc@google.com
2009-03-03
151
-3919
/
+3169
*
Don't expose --single-process and --in-process-plugins for official Chrome re...
jam@chromium.org
2009-03-03
1
-0
/
+4
[next]