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
*
Hook up some of the content settings UI to the actual settings map object. T...
pkasting@chromium.org
2010-01-30
12
-328
/
+307
*
IPC per-host content settings to the renderers.
thakis@chromium.org
2010-01-30
1
-6
/
+9
*
Fix compilation error. Oops!
darin@chromium.org
2010-01-30
1
-4
/
+4
*
Changes to support new cookie policy.
darin@chromium.org
2010-01-30
11
-128
/
+106
*
Make download items drag sources on OS X.
thakis@chromium.org
2010-01-30
11
-128
/
+262
*
Third take at fixing Linux views build
pkasting@chromium.org
2010-01-30
1
-1
/
+8
*
Fix some signedness issues.
pkasting@chromium.org
2010-01-30
4
-12
/
+19
*
Add basic support for Content Blocked icons in the omnibox. Not yet
pkasting@chromium.org
2010-01-30
12
-7
/
+490
*
Fix build break.
rohitrao@chromium.org
2010-01-30
1
-2
/
+2
*
Rewrite the HostContentSettingsMap to address some issues:
pkasting@chromium.org
2010-01-30
7
-223
/
+257
*
One more place I forgot to lock.
pkasting@chromium.org
2010-01-30
1
-1
/
+5
*
Fix silly failure to actually initialize the scoped_refptrs.
pkasting@chromium.org
2010-01-30
2
-1
/
+4
*
Didn't realize the RefCountedThreadSafe means "no more stack-allocated objects".
pkasting@chromium.org
2010-01-30
3
-34
/
+35
*
More brands for rlz
cpu@chromium.org
2010-01-30
1
-4
/
+6
*
Add an accessibility API for events raised outside of the web content.
estade@chromium.org
2010-01-30
17
-5
/
+1011
*
Make the Blacklist in the URL request context refcounted, since the Profile g...
pkasting@chromium.org
2010-01-30
5
-50
/
+39
*
A few fixes for the HostZoomMap:
pkasting@chromium.org
2010-01-30
5
-25
/
+28
*
In IE8 new windows opened within ChromeFrame via window.open calls at times b...
ananta@chromium.org
2010-01-30
6
-29
/
+290
*
Implemented the undo translation in the renderer.
jcampan@chromium.org
2010-01-30
2
-0
/
+8
*
Revert 37578 - Implement the broker process that launches NaCl loader process...
gregoryd@google.com
2010-01-30
7
-326
/
+45
*
Keep loginwindow from flashing at startup
davemoore@chromium.org
2010-01-30
1
-0
/
+12
*
Implement the broker process that launches NaCl loader processes on 64-bit Wi...
gregoryd@google.com
2010-01-30
7
-45
/
+326
*
If an extension crashes or is killed by the task manager then reloaded, the i...
andybons@chromium.org
2010-01-30
3
-0
/
+37
*
Add clipboard hooks to the bookmark manager extension API.
arv@chromium.org
2010-01-29
3
-19
/
+89
*
use stubs for yet-to-be-implemented non-windows translate infobars
kuan@chromium.org
2010-01-29
1
-0
/
+14
*
Notification permissions for non extension situations still work on an origin...
johnnyg@chromium.org
2010-01-29
1
-1
/
+3
*
Finished all windows functionality for autofill dialog
georgey@chromium.org
2010-01-29
6
-150
/
+542
*
Mac: Selecting a row in taskman should select other rows in the same process.
thakis@chromium.org
2010-01-29
1
-9
/
+15
*
Replace the "origins" key in the manifest with "extent". The items in the ext...
aa@chromium.org
2010-01-29
3
-9
/
+10
*
Revert r37535.
darin@chromium.org
2010-01-29
15
-324
/
+46
*
Fixes compile warning on linux/views when building 64 bit.
sky@chromium.org
2010-01-29
2
-12
/
+14
*
Replace GtkFileChooser with file browser for ChromeOS
xiyuan@chromium.org
2010-01-29
10
-144
/
+1043
*
Rename NaCl flag for Mac to avoid confusion with --internal-nacl
gregoryd@google.com
2010-01-29
2
-4
/
+10
*
A little more polish on the RSS extension.
finnur@chromium.org
2010-01-29
1
-1
/
+1
*
Revert previously disabled mac tests.
rohitrao@chromium.org
2010-01-29
1
-6
/
+0
*
Implement extended cookie controls.
jochen@chromium.org
2010-01-29
15
-46
/
+324
*
Reland r37508. Implement HostContentSettingsMap.
jochen@chromium.org
2010-01-29
11
-29
/
+415
*
Mac bookmark manager: Crash after deleting folder in left pane
snej@chromium.org
2010-01-29
3
-10
/
+33
*
Clean up some things about LocationBarView:
pkasting@chromium.org
2010-01-29
2
-51
/
+41
*
Revert "Implement HostContentSettingsMap"
evan@chromium.org
2010-01-29
12
-421
/
+31
*
Implement HostContentSettingsMap
jochen@chromium.org
2010-01-29
12
-31
/
+421
*
DevTools: remove obsolete references to chrome://inspector/
yurys@chromium.org
2010-01-29
2
-8
/
+1
*
Fixes scrolling bug in autofill profiles. The problem was during
sky@chromium.org
2010-01-29
1
-1
/
+1
*
bad call to Init() TBR(cmasone)
davemoore@chromium.org
2010-01-29
1
-1
/
+1
*
Fix bad var use. TBR:cmasone
davemoore@chromium.org
2010-01-29
1
-3
/
+2
*
allow login without network
davemoore@chromium.org
2010-01-29
1
-16
/
+12
*
Fixed bug 21102 where shutdown while starting Sync leaves things weird.
nick@chromium.org
2010-01-29
5
-23
/
+108
*
Disable NewTabUITest.HomePageLink
victorw@chromium.org
2010-01-29
1
-0
/
+3
*
This CL makes the TranslationService class send the text to be translated to ...
jcampan@chromium.org
2010-01-29
11
-25
/
+1165
*
Support dragging within the omnibox dropdown. Original patch by Philippe Bea...
pkasting@chromium.org
2010-01-29
2
-87
/
+109
[next]