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
/
chrome.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: Move HttpPostProviderInterface class into its own header file.
tfarina@chromium.org
2011-04-01
1
-0
/
+1
*
sync: Move HttpPostProviderFactory class in its own header file.
tfarina@chromium.org
2011-03-31
1
-1
/
+2
*
[Sync] Fix sync gyp rules
akalin@chromium.org
2011-03-30
1
-35
/
+15
*
Fix developer tools for extensions.
jam@chromium.org
2011-03-30
1
-2
/
+2
*
Grit cleanup
thomasvl@chromium.org
2011-03-28
1
-2
/
+1
*
Standardize grit invokes
thomasvl@chromium.org
2011-03-28
1
-223
/
+122
*
Move all dev tools messages to devtools_messages.h and create a TabHelper to ...
jam@chromium.org
2011-03-25
1
-0
/
+2
*
[Sync] Add enum-to-string conversions for syncable enums
akalin@chromium.org
2011-03-25
1
-0
/
+2
*
[Sync] Delete ServerNotifierThread and refactor InvalidationNotifier
akalin@chromium.org
2011-03-24
1
-2
/
+2
*
Fix libjingle dependencies.
jcivelli@chromium.org
2011-03-24
1
-2
/
+1
*
Consolidate google chrome build flag for grit targets.
tony@chromium.org
2011-03-23
1
-47
/
+0
*
[Sync] Move TypePayloadMap into its own file
akalin@chromium.org
2011-03-22
1
-0
/
+2
*
Load devtools files from resources.pak rather than from disk take 2.
tony@chromium.org
2011-03-22
1
-0
/
+1
*
Revert "Load devtools files from resources.pak rather than from disk."
tony@chromium.org
2011-03-22
1
-1
/
+0
*
Load devtools files from resources.pak rather than from disk.
tony@chromium.org
2011-03-22
1
-0
/
+1
*
[Sync] Split SyncNotifierImpl into P2PNotifier and InvalidationNotifier
akalin@chromium.org
2011-03-19
1
-4
/
+4
*
[Sync] Rewrite sync_listen_notifications tool to use SyncNotifier interface
akalin@chromium.org
2011-03-18
1
-0
/
+2
*
Normalize the top-level ui/ module.
rsesek@chromium.org
2011-03-18
1
-1
/
+1
*
Creates the ipclist utility that chrome security team has wanted to dump
tsepez@chromium.org
2011-03-17
1
-0
/
+22
*
Compile the devtools grd file into a .pak file so we
tony@chromium.org
2011-03-17
1
-0
/
+6
*
Move plugin code to content.
jam@chromium.org
2011-03-16
1
-62
/
+0
*
Move ppapi_plugin to content.
jam@chromium.org
2011-03-14
1
-21
/
+1
*
Move worker code from chrome\worker to content\worker.
jam@chromium.org
2011-03-14
1
-31
/
+1
*
Refactor sync notifier out of sync api
akalin@chromium.org
2011-03-14
1
-0
/
+6
*
Move chrome\gpu to content\gpu.
jam@chromium.org
2011-03-12
1
-119
/
+1
*
Remove Gears from Chrome.
aa@chromium.org
2011-03-11
1
-3
/
+0
*
Reland r76840 with fix for webkit_gpu dependencies.
apatrick@chromium.org
2011-03-08
1
-10
/
+0
*
Revert 76840 - Removed GPU plugin.
jcivelli@chromium.org
2011-03-04
1
-0
/
+10
*
Removed GPU plugin.
apatrick@chromium.org
2011-03-03
1
-10
/
+0
*
Add a NavigateToURL automation method which uses the JSON interface. Use it i...
kkania@chromium.org
2011-03-03
1
-0
/
+2
*
sync: add switch for using new syncer thread.
tim@chromium.org
2011-03-03
1
-0
/
+2
*
Revert 19479 since it's no longer used.
jam@chromium.org
2011-02-28
1
-4
/
+0
*
[Sync] Unrevert r75287 (initial support for sync encryption of all datatypes)...
zea@chromium.org
2011-02-24
1
-0
/
+2
*
Remove ComparePathNames.
nick@chromium.org
2011-02-22
1
-1
/
+0
*
Start moving core pieces of Chrome multi-process code to src\content. I'm st...
jam@chromium.org
2011-02-18
1
-1
/
+2
*
Revert 75287 - [Sync] Initial support for encrypting any datatype (no UI hook...
zea@chromium.org
2011-02-17
1
-2
/
+0
*
[Sync] Initial support for encrypting any datatype (no UI hookup yet).
zea@chromium.org
2011-02-17
1
-0
/
+2
*
New policy protobuf protocol.
jkummerow@chromium.org
2011-02-17
1
-3
/
+2
*
Revert 75106 - New policy protobuf protocol.
jkummerow@chromium.org
2011-02-16
1
-2
/
+3
*
New policy protobuf protocol.
jkummerow@chromium.org
2011-02-16
1
-3
/
+2
*
Revert 75082 - New policy protobuf protocol.
jkummerow@chromium.org
2011-02-16
1
-2
/
+3
*
New policy protobuf protocol.
jkummerow@chromium.org
2011-02-16
1
-3
/
+2
*
Implement basic crash detection and shutdown handling for out of process PPAPI
brettw@chromium.org
2011-02-15
1
-0
/
+2
*
New installation validator machinery to check the machine state. This CL con...
grt@chromium.org
2011-02-14
1
-0
/
+1
*
[Sync] Expose syncapi events to chrome://sync-internals
akalin@chromium.org
2011-02-11
1
-0
/
+2
*
[Sync] Add proto->Value conversion functions
akalin@chromium.org
2011-02-03
1
-0
/
+4
*
DevTools: split http_listen_socket into http_server and connection.
pfeldman@chromium.org
2011-02-03
1
-1
/
+1
*
Move src/gfx/ to src/ui/gfx
sail@chromium.org
2011-02-02
1
-2
/
+2
*
[Sync] Add JS scriptability to syncapi
akalin@chromium.org
2011-02-01
1
-0
/
+8
*
Disabling building of CEEE; we will be moving the code to a separate
joi@chromium.org
2011-01-31
1
-1
/
+0
[next]