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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename internal gfx::Image members to be less confusing with Cocoa types.
rsesek@chromium.org
2011-05-20
5
-73
/
+73
*
[Sync] Speed up Javascript node operations
akalin@chromium.org
2011-05-20
5
-75
/
+263
*
Cancel downloads earlier when prerendering.
mmenke@chromium.org
2011-05-20
3
-26
/
+34
*
Fix naming typo: overriden_frontend_url_ -> overridden_frontend_url_
mnaganov@chromium.org
2011-05-20
2
-5
/
+5
*
Cleans up bookmark_bar_view. In particular makes sure order of methods
sky@chromium.org
2011-05-20
2
-608
/
+501
*
Fix +/- keys on Mac remoting host.
lambroslambrou@chromium.org
2011-05-20
1
-2
/
+2
*
Fix ChromeFrame tests which broke after my change to fix empty XHR POST reque...
ananta@chromium.org
2011-05-20
1
-1
/
+1
*
net: Add NET_API to the auth code.
rvargas@google.com
2011-05-20
13
-36
/
+50
*
GTTF: Remove wait_for_terminate_timeout_ms in favor of action_max_timeout_ms
phajdan.jr@chromium.org
2011-05-20
7
-20
/
+6
*
fix up mac simple host
dmaclach@chromium.org
2011-05-20
1
-1
/
+2
*
net: Add NET_API to url_request.
rvargas@google.com
2011-05-20
14
-23
/
+39
*
GTTF: Get rid of a redundant, hardcoded timeout in ViewEventTestBase
phajdan.jr@chromium.org
2011-05-20
4
-31
/
+20
*
net: Add NET_API to websockets.
rvargas@google.com
2011-05-20
8
-13
/
+21
*
clang plugin: Make tests pass again.
thakis@chromium.org
2011-05-20
2
-1
/
+4
*
Fix a chrome frame bug with empty XHR post requests whose responses would inc...
ananta@chromium.org
2011-05-20
1
-3
/
+4
*
Add myself to the watch list for content/
joi@chromium.org
2011-05-20
1
-1
/
+1
*
Tweak captureVisibleTab description.
kathyw@chromium.org
2011-05-20
2
-2
/
+2
*
Remove files that are compiled in both ui_base and app_base.
tony@chromium.org
2011-05-20
3
-32
/
+3
*
Add xdg-mime to archive files.
mmoss@chromium.org
2011-05-20
2
-0
/
+6
*
Linux: Update install-build-deps.sh for Natty and remove pre-Lucid support.
thestig@chromium.org
2011-05-20
1
-19
/
+14
*
[ChromeOS] Use JS to update Internet settings UI instead of CSS
xiyuan@chromium.org
2011-05-20
5
-116
/
+241
*
Fix Mac build for CreatePopup in extension_popup_controller.mm
jamescook@chromium.org
2011-05-20
1
-1
/
+1
*
Reflect new restriction on tab.captureVisibleTab().
kathyw@chromium.org
2011-05-20
4
-5
/
+32
*
Renames IDS_BOOKMARKS_MENU_MAC to IDS_BOOKMARKS_MENU (since we're
sky@chromium.org
2011-05-20
7
-11
/
+12
*
CrOS - Change file browser to use new ExtensionDialog window.
jamescook@chromium.org
2011-05-20
20
-249
/
+415
*
Remove in-line javascript from downloads.html and history.html pages so that ...
tsepez@chromium.org
2011-05-20
11
-1767
/
+1831
*
Print Preview: Adding png files
dpapad@chromium.org
2011-05-20
2
-0
/
+0
*
CSS update to improve the layout of the pack extensions dialog with
gbillock@google.com
2011-05-20
1
-25
/
+27
*
Roll WebKit from 86935:86955
jschuh@chromium.org
2011-05-20
1
-1
/
+1
*
Fix touch build after hiding RootView.
sadrul@chromium.org
2011-05-20
7
-26
/
+15
*
Convert ChromiumOS clock menu from Menu2 to MenuItemView.
rhashimoto@chromium.org
2011-05-20
2
-96
/
+81
*
Minor settings UI touch up.
xiyuan@chromium.org
2011-05-20
2
-4
/
+5
*
Address TBR review comments from sky.
ben@chromium.org
2011-05-20
2
-2
/
+4
*
Rolling Skia DEPS to r1385 (and modifying affected gyp file)
vandebo@chromium.org
2011-05-20
2
-2
/
+2
*
Adding DeviceOnly capabilities to policy_template file.
sfeuz@chromium.org
2011-05-20
2
-0
/
+10
*
Give any available icon out for request touch_icon://
michaelbai@google.com
2011-05-20
2
-2
/
+5
*
Fix RWHVMEditCommandHelperTest.TestEditingCommandDelivery test.
jam@chromium.org
2011-05-20
1
-31
/
+21
*
Add CHECKs to see if anyone sets a RenderViewHost's delegate to NULL.
jam@chromium.org
2011-05-20
2
-2
/
+6
*
Fix clang.
ben@chromium.org
2011-05-20
2
-18
/
+27
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
63
-181
/
+163
*
Checking if an encrypted datatype is synced before setting any password.
qsr@google.com
2011-05-20
1
-9
/
+10
*
Safely cancel prerenders on threads other than the UI thread.
mmenke@chromium.org
2011-05-20
12
-126
/
+719
*
Refactor error handling in chromedriver. Introduce new error class containing...
kkania@chromium.org
2011-05-20
44
-1570
/
+1481
*
Add error text and resolution instructions to network
mmenke@chromium.org
2011-05-20
2
-67
/
+97
*
ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).
tfarina@chromium.org
2011-05-20
15
-39
/
+31
*
Implemented chromePrivate.decodeJPEGIntoPixels() API
glotov@google.com
2011-05-20
12
-6
/
+125
*
Delay initialization of cloud policy infrastructure
gfeher@chromium.org
2011-05-20
13
-20
/
+135
*
Implement NotifyStorageAccessed
kinuko@chromium.org
2011-05-20
5
-46
/
+244
*
Added missing DefaultSearchProviderInstantURL.
joaodasilva@chromium.org
2011-05-20
1
-0
/
+2
*
Add Lei Zhang and Stuart Morgan to the tools/valgrind/ OWNERS file
timurrrr@chromium.org
2011-05-20
1
-1
/
+3
[next]