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
/
content
/
browser
/
in_process_webkit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement GetOrigins for indexeddb quota
dgrogan@chromium.org
2011-07-08
4
-3
/
+102
*
Remove --indexeddb-use-leveldb command-line flag.
hans@chromium.org
2011-07-06
2
-4
/
+8
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-01
1
-1
/
+1
*
Use leveldb by default, Chrome side
hans@chromium.org
2011-07-01
4
-14
/
+14
*
Refactor IndexedDB quota client test in prep for leveldb
dgrogan@chromium.org
2011-06-29
1
-15
/
+17
*
Move the thread test helper to base/test
jochen@chromium.org
2011-06-28
2
-6
/
+8
*
Make IndexedDB brower test work with updated api
dgrogan@chromium.org
2011-06-23
1
-4
/
+1
*
WebKit roll 89393:89463
dimich@chromium.org
2011-06-23
1
-1
/
+4
*
Fix IndexedDBContext leaks
dgrogan@chromium.org
2011-06-17
4
-28
/
+37
*
IndexedDB: Add browser test using LevelDB in incognito mode.
hans@chromium.org
2011-06-16
1
-4
/
+11
*
Disable IndexedDB tests again (basically revert r89153), they are still flaky.
hans@chromium.org
2011-06-15
1
-10
/
+10
*
Re-enable IndexedDB browser tests.
hans@chromium.org
2011-06-15
1
-10
/
+10
*
Add a bunch of owners for subdirs under content.
jam@chromium.org
2011-06-14
1
-0
/
+3
*
In IndexedDBDispatcherHost::OnChannelClosing(), reset dispatcher hosts on the...
hans@chromium.org
2011-06-14
3
-14
/
+35
*
Remove content dependency on chrome/browser/accessibility/browser_accessibili...
jam@chromium.org
2011-06-13
2
-2
/
+2
*
Move UtilityProcessHost to content and move the message sending/dispatching t...
jam@chromium.org
2011-06-09
1
-7
/
+28
*
Fix +x mode on content/browser/in_process_webkit/indexed_db_quota_client*
maruel@chromium.org
2011-06-03
3
-0
/
+0
*
Initial IndexedDBQuotaClient implementation
dgrogan@chromium.org
2011-06-03
8
-15
/
+455
*
Revert 87424 - Initial IndexedDBQuotaClient implementation
thestig@chromium.org
2011-06-01
8
-451
/
+15
*
Initial IndexedDBQuotaClient implementation
dgrogan@chromium.org
2011-06-01
8
-15
/
+451
*
revert 87108 and 87076
dgrogan@chromium.org
2011-05-27
8
-445
/
+15
*
Initial IndexedDBQuotaClient implementation
dgrogan@chromium.org
2011-05-27
8
-15
/
+445
*
Get rid of the render view id in localStorage IPCs as it's not used anymore
jochen@chromium.org
2011-05-27
2
-2
/
+2
*
Temporary fix until WebKit::initialize does this for us.
michaeln@google.com
2011-05-25
1
-0
/
+5
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
2
-2
/
+2
*
Add a browser test for IndexedDB+LevelDB.
hans@chromium.org
2011-05-23
1
-0
/
+11
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
2
-2
/
+2
*
Get rid of the remaining content settings code in the content module.
jam@chromium.org
2011-05-13
2
-11
/
+2
*
More work on removing content settings code from src\content.
jam@chromium.org
2011-05-07
2
-44
/
+0
*
Chrome side to allow WebKit layer to use WebPermissionClient to check if acce...
jam@chromium.org
2011-05-04
6
-59
/
+10
*
Tighten up DEPS checking in content\browser by explicitely listing the files ...
jam@chromium.org
2011-04-28
1
-8
/
+0
*
Move UserMetrics to content.
michaeln@google.com
2011-04-27
1
-1
/
+1
*
Remove RDH from UtilityProcessHost.
willchan@chromium.org
2011-04-06
1
-10
/
+6
*
Revert 80702 - Remove RDH from UtilityProcessHost.The utility process should ...
isherman@chromium.org
2011-04-06
1
-6
/
+10
*
Remove RDH from UtilityProcessHost.
willchan@chromium.org
2011-04-06
1
-10
/
+6
*
Get rid of some more dependencies on /chrome.
michaeln@google.com
2011-04-06
2
-7
/
+9
*
Get rid of extensions dependency from content\browser.
jam@chromium.org
2011-04-04
1
-8
/
+8
*
Get rid of some dependencies on chrome from content.
michaeln@google.com
2011-04-01
12
-55
/
+54
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
14
-30
/
+30
*
Add IndexedDB browser test that causes a crash.
dgrogan@chromium.org
2011-03-17
2
-2
/
+18
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Move all the message files in chrome that belong in content.
jam@chromium.org
2011-03-16
11
-14
/
+13
*
Remove "FAILS" from DomStorageEmptyDatabaseTest.EmptyDirAfterClear.
levin@chromium.org
2011-03-16
1
-2
/
+1
*
WebKit roll follow up.
levin@chromium.org
2011-03-14
1
-1
/
+2
*
IndexedDB: Add --indexeddb-use-leveldb flag, and pipe through to WebIDBFactor...
hans@chromium.org
2011-03-11
1
-1
/
+11
*
Remove IDBCallbacks::OnSucess(IDBObjectStore*)
andreip@chromium.org
2011-03-08
1
-4
/
+0
*
Make IndexedDB obey the SpecialStoragePolicy.
jorlow@chromium.org
2011-03-05
6
-23
/
+58
*
IndexedDB: fire versionchange events when calling setVersion
dgrogan@chromium.org
2011-03-03
8
-45
/
+131
*
Add plumbing for new primaryKey method on IDBCursor.
jorlow@chromium.org
2011-03-02
2
-0
/
+11
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
[next]