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
/
shared_worker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrating tests to use EmbeddedTestServer (/content)
svaldez
2015-11-03
1
-18
/
+20
*
Modernize some comments related to workers.
nick
2015-10-21
2
-5
/
+4
*
Cleanup: Pass std::string as const reference from content/
ki.stfu
2015-09-27
1
-1
/
+1
*
Move Singleton and related structs to namespace base
olli.raula
2015-09-10
2
-2
/
+2
*
IWYU for base/memory/scoped_vector.h.
thestig
2015-08-22
1
-1
/
+0
*
Stop showing warning UI when SharedWorker crashes
toyoshim
2015-07-27
2
-29
/
+0
*
Add kinuko as a toplevel content owner.
jam
2015-06-09
1
-1
/
+0
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-1
/
+1
*
Move Tuple to base namespace.
brettw
2015-05-29
2
-10
/
+11
*
Change ScopedPtrHashMap's 2nd template parameter
kcwu
2015-04-28
1
-3
/
+3
*
Move SharedWorker suppressions inline to worker_browsertest.cc.
davidben
2015-03-25
1
-0
/
+21
*
favor DCHECK_CURRENTLY_ON for better logs in content/browser/[q-z]*
mostynb
2015-03-16
3
-10
/
+10
*
Cancel client auth requests when not promptable.
davidben
2015-03-11
1
-2
/
+79
*
Initialize |result| in SharedWorkerMessageFilter::OnAllowDatabase.
mbarbella
2015-03-06
1
-0
/
+4
*
Step two of optionally sending messages to/from message ports as base::Value.
mek
2015-02-28
1
-7
/
+7
*
Cleanup: Fix content header include guards.
tfarina
2015-02-27
1
-3
/
+3
*
Optionally have MessagePort pass data as base::Value, part 1.
mek
2015-02-27
1
-14
/
+15
*
GURL::Replacements methods accept a StringPiece instead of std::string&.
mgiuca
2015-02-05
1
-2
/
+1
*
Update legacy Tuple-using code.
Avi Drissman
2014-12-22
2
-10
/
+10
*
Split EmbeddedWorkerDevToolsManager into two for Shared- and ServiceWorker
kinuko
2014-12-22
3
-6
/
+6
*
Enable messaging over a navigator.connect initiated channel.
mek
2014-12-19
1
-0
/
+1
*
Cleanup: Remove unneeded path_service.h includes.
thestig
2014-11-06
1
-1
/
+0
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-28
1
-2
/
+2
*
Standardize usage of virtual/override/final in content/browser/
dcheng
2014-10-21
3
-12
/
+12
*
DevTools: Clean-up service/shared workers code after switching to main thread...
vsevik
2014-10-21
1
-14
/
+0
*
Replacing the OVERRIDE with override and FINAL with final in content/browser/...
mohan.reddy
2014-10-06
3
-10
/
+10
*
Fix WeakPtrFactory member ordering in content
mohan.reddy
2014-09-25
2
-3
/
+5
*
Remove webkit/browser/, point everything to storage/browser/ instead
pilgrim
2014-09-10
1
-3
/
+3
*
Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...
pilgrim@chromium.org
2014-08-22
2
-22
/
+20
*
DevTools: Add plumbing for workerReadyForInspection event from renderer to br...
vsevik@chromium.org
2014-08-20
7
-0
/
+50
*
Add a TestBrowserThreadBundle to Shared Worker tests
rsleevi@chromium.org
2014-08-07
1
-0
/
+2
*
Use base::STLSetDifference() in place of std::set_difference()
byungwook.ahn@gmail.com
2014-08-06
1
-12
/
+4
*
Remove disable-embedded-shared-worker flag and shared worker process related ...
horo@chromium.org
2014-07-25
13
-8
/
+574
*
Implementation of shared worker code path when WebView guest creates a shared...
hanxi@chromium.org
2014-07-10
6
-20
/
+41
*
Avoid sync IPCs for FileSystem API
hanxi@chromium.org
2014-05-24
2
-7
/
+9
*
Call EmbeddedWorkerDevToolsManager::WorkerDestroyed from SharedWorkerHost::Wo...
horo@chromium.org
2014-05-19
1
-14
/
+21
*
Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...
jam@chromium.org
2014-05-16
3
-10
/
+6
*
Add support for passing an arbitrary parameter to an IPC message handler. The...
jam@chromium.org
2014-05-13
2
-12
/
+12
*
Rename SharedWorkerDevToolsManager to EmbeddedWorkerDevToolsManager.
horo@chromium.org
2014-05-02
3
-7
/
+7
*
Introduce WorkerStoragePartitionId and use it in SharedWorkerInstance.
horo@chromium.org
2014-04-24
6
-32
/
+44
*
Don't call SharedWorkerDevToolsManager::WorkerDestroyed while reserving the r...
horo@chromium.org
2014-04-24
3
-22
/
+7
*
Fix the race issue in SharedWorkerServiceImpl::CreateWorker.
horo@chromium.org
2014-04-22
5
-243
/
+822
*
Make DevTools support for the embedded SharedWorker.
horo@chromium.org
2014-04-03
7
-39
/
+161
*
Revert of Make DevTools support for the embedded SharedWorker. (https://coder...
horo@chromium.org
2014-04-03
7
-161
/
+39
*
Make DevTools support for the embedded SharedWorker.
horo@chromium.org
2014-04-03
7
-39
/
+161
*
Refactor SharedWorkerHost and SharedWorkerInstance.
horo@chromium.org
2014-03-31
6
-140
/
+130
*
Add UMA stats for SharedWorker in SharedWorkerHost.
horo@chromium.org
2014-03-27
2
-1
/
+11
*
Add SharedWorkerServiceImpl::CheckWorkerDependency().
horo@chromium.org
2014-03-13
5
-6
/
+729
*
Add ServiceWorkerContext to ResourceMessageFilter and WorkerStoragePartition
kinuko@chromium.org
2014-03-12
1
-1
/
+1
*
Revert 256305 "Add SharedWorkerServiceImpl::CheckWorkerDependenc..."
cpu@chromium.org
2014-03-11
5
-722
/
+6
[next]