Cheng Zhao
|
474e1fcd3b
|
Fix protocol module specs.
|
2013-12-15 16:53:07 +08:00 |
|
Cheng Zhao
|
409a431892
|
Huge commit to use new V8 and Content APIs.
Still got a lots of linking errors!
|
2013-12-11 15:48:19 +08:00 |
|
Cheng Zhao
|
11ca836afc
|
Use the convient V8 wrapper in all files.
|
2013-09-24 09:41:54 +08:00 |
|
Cheng Zhao
|
2be1145a9e
|
Guard against using protocol module too early.
|
2013-09-20 18:45:53 +08:00 |
|
Cheng Zhao
|
3f357f184d
|
Use custom url request getter to setup request job factory.
|
2013-09-20 16:47:47 +08:00 |
|
Cheng Zhao
|
c7fed48c4a
|
Emit erros when getting errors in IO thread.
|
2013-09-03 17:21:10 +08:00 |
|
Cheng Zhao
|
7737708fdd
|
Add protocol interceptor API.
|
2013-09-03 16:50:10 +08:00 |
|
Cheng Zhao
|
2a462cc2b7
|
💄 fix cpplint warning.
|
2013-08-30 20:24:42 +08:00 |
|
Cheng Zhao
|
df30f130d3
|
Separate logics between low level URLRequestJob and js calls.
|
2013-08-30 20:02:17 +08:00 |
|
Cheng Zhao
|
24e613c827
|
Separate URLRequestStringJob from atom_api_protocol.
|
2013-08-30 16:16:41 +08:00 |
|
Cheng Zhao
|
7df256f8dc
|
Move atom_url_request_job_factory to browser/net.
|
2013-08-30 16:10:36 +08:00 |
|
Cheng Zhao
|
2000f88c84
|
Allow passing a fallback protocol handler for request jobs.
|
2013-08-30 15:48:57 +08:00 |
|
Cheng Zhao
|
738cbd4080
|
💄 Fix protocol specs.
|
2013-08-30 13:04:02 +08:00 |
|
Cheng Zhao
|
11221979e5
|
Disable overriding built-in protocols with protocol.registerProtocol.
|
2013-08-30 12:51:15 +08:00 |
|
Cheng Zhao
|
72c604f741
|
Custom the implementation of url request job factory.
It's needed for interceptor API.
|
2013-08-30 12:04:51 +08:00 |
|
Cheng Zhao
|
04910b8391
|
Skelecton for interceptor APIs.
|
2013-08-30 10:15:15 +08:00 |
|
Cheng Zhao
|
4bdd1b88ad
|
Wrap passed 'url' and 'referrer' in an 'request' object.
|
2013-08-29 21:12:48 +08:00 |
|
Cheng Zhao
|
261f50701a
|
Add 'registered' and 'unregistered' events for protocol module.
This is only used for writing specs.
|
2013-08-29 20:56:25 +08:00 |
|
Cheng Zhao
|
6915f020d9
|
Add protocol.isHandledProtocol API.
|
2013-08-29 20:22:52 +08:00 |
|
Cheng Zhao
|
244d7eaf17
|
Allow returning file for custom protocol.
|
2013-08-25 16:06:29 +08:00 |
|
Cheng Zhao
|
912bac698c
|
Allow returning string in custom protocols.
|
2013-08-25 12:36:06 +08:00 |
|
Cheng Zhao
|
8464fb4f64
|
Pass weak pointers when posting tasks to other threads.
|
2013-08-24 20:32:12 +08:00 |
|
Cheng Zhao
|
8cd7ccdc0d
|
Call the JS handler to get the type of job.
|
2013-08-24 20:18:12 +08:00 |
|
Cheng Zhao
|
b7c9f8ba1c
|
The request should go through UI thread.
|
2013-08-24 19:46:38 +08:00 |
|
Cheng Zhao
|
f63661256f
|
Return AdapterRequestJob when creating job.
|
2013-08-24 19:33:23 +08:00 |
|
Cheng Zhao
|
33279b1a2f
|
Actually set and remove protocol handlers in IO thread..
|
2013-08-24 17:59:34 +08:00 |
|
Cheng Zhao
|
96c173217f
|
Remember registered schemes.
|
2013-08-24 16:38:19 +08:00 |
|
Cheng Zhao
|
b9cbfb8103
|
Skelecton for the protocol module.
|
2013-08-24 15:26:10 +08:00 |
|