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
/
in_process_webkit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add stats for figuring out how often we kill processes because of malformed I...
jam@chromium.org
2010-12-22
4
-105
/
+83
*
Disable following tests that trigger an assertion failure:
phajdan.jr@chromium.org
2010-12-18
1
-2
/
+4
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-1
/
+2
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
2
-2
/
+2
*
Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...
jam@chromium.org
2010-12-14
1
-1
/
+1
*
Fix problems from my change to IndexedDBDispatcherHost.
jam@chromium.org
2010-12-13
1
-0
/
+20
*
Fix problem with my last change (http://src.chromium.org/viewvc/chrome?view=r...
jam@chromium.org
2010-12-13
1
-0
/
+1
*
Make IndexedDBDispatcherHost be a message filter and move its messages into a...
jam@chromium.org
2010-12-13
4
-567
/
+347
*
Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)...
jam@chromium.org
2010-12-13
11
-506
/
+359
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
1
-1
/
+0
*
Disable crashy IndexedDBBrowserTest.DoesntHangTest
phajdan.jr@chromium.org
2010-12-10
1
-1
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-12-05
1
-1
/
+2
*
Get rid of the last couple references to "remove" functions and description w...
jorlow@chromium.org
2010-12-03
2
-31
/
+32
*
Move:
ben@chromium.org
2010-12-02
3
-3
/
+3
*
Refactor DOM storage context clean-up on shutdown.
pastarmovj@chromium.org
2010-12-01
4
-33
/
+112
*
Moved deleting the indexed db context to the IndexedDBContext destructor.
pastarmovj@chromium.org
2010-11-30
6
-40
/
+80
*
Refactor: move HostContentSettingsMap to content_settings
gfeher@chromium.org
2010-11-30
2
-2
/
+2
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-0
/
+1
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-1
/
+0
*
Remove flags from IDBKeyRange, change left->lower, right->upper, and add bool...
jorlow@chromium.org
2010-11-29
1
-3
/
+6
*
IndexedDB: Remove IDBDatabase.description
hans@chromium.org
2010-11-29
2
-11
/
+0
*
IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
hans@chromium.org
2010-11-29
2
-9
/
+9
*
Re-enable the IndexedDB tests and fix the various changed API calls.
jorlow@chromium.org
2010-11-26
1
-9
/
+9
*
Build fix: call WebIDBObjectStore::deleteIndex
jorlow@chromium.org
2010-11-26
1
-1
/
+1
*
Plumb exception code for transactions.
jorlow@chromium.org
2010-11-26
1
-2
/
+3
*
Disable IndexedDB tests while we do some API changing CLs upstream.
jorlow@chromium.org
2010-11-25
1
-9
/
+9
*
Re-enable IndexedDB browser tests.
hans@chromium.org
2010-11-24
1
-8
/
+7
*
When a renderer crashes, make sure its resources are cleaned up.
jorlow@chromium.org
2010-11-23
3
-6
/
+17
*
Added methods to remove indexed databases from the ExtensionDataDeleter.
pastarmovj@chromium.org
2010-11-22
2
-0
/
+22
*
Disabling more IndexedDBBrowserTests because of time outs.
kkania@chromium.org
2010-11-20
1
-2
/
+4
*
Disable IndexedDBBrowserTest.KeyPathTest and TransactionTest since they're ti...
kkania@chromium.org
2010-11-19
1
-2
/
+2
*
Mark 2 IndexedDBBrowserTests as flaky.
kkania@chromium.org
2010-11-18
1
-2
/
+4
*
Added a method to delete indexed databases on shutdown.
jochen@chromium.org
2010-11-18
3
-0
/
+59
*
Coding style clean up of DomStorageContext.
jochen@chromium.org
2010-11-17
1
-5
/
+8
*
Cleanup: Include browser.h -> ui/browser.h [Part 4].
jhawkins@chromium.org
2010-11-17
1
-1
/
+1
*
IndexedDB: Keep the utility process open.
hans@chromium.org
2010-11-12
3
-11
/
+22
*
Remove "name" field from indexed databases.
jochen@chromium.org
2010-11-08
4
-98
/
+6
*
Add a command line switch for unlimited quota (for testing).
jorlow@chromium.org
2010-11-05
1
-3
/
+10
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-5
/
+5
*
IndexedDB: Expand browser test to cover the database, index and transaction c...
hans@chromium.org
2010-10-29
2
-0
/
+9
*
Don't assert if PostTask fails for WEBKIT thread, since it doesn't exist on ...
jam@chromium.org
2010-10-28
1
-4
/
+2
*
IndexedDB: Expand browser test to cover the object store.
hans@chromium.org
2010-10-28
1
-2
/
+6
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
2
-23
/
+54
*
Use scoped_refptr for refcounted param in DomStorageDispatcherHost.
willchan@chromium.org
2010-10-20
1
-1
/
+2
*
Revert 63067 - This adds some plumbing for propagating the status and error c...
gspencer@chromium.org
2010-10-19
2
-5
/
+5
*
This adds some plumbing for propagating the status and error code of a
gspencer@chromium.org
2010-10-19
2
-5
/
+5
*
Fixes RendererWebIDBFactoryImpl override.
bulach@chromium.org
2010-10-15
1
-14
/
+13
*
Add the plumbing for synchronous exceptions in IndexedDB.
jorlow@chromium.org
2010-10-13
2
-97
/
+168
*
Add plumbing for passing the indexed database quota via IDBFactory::open
andreip@chromium.org
2010-10-12
1
-1
/
+6
*
Rename ChromeThread to BrowserThread Part20:
tfarina@chromium.org
2010-10-12
7
-7
/
+7
[next]