Jjam@chromium.orgCleanup the IPC param traits structure:
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Move indexeddb code to its own directory inside of content/{browser,common,renderer} BUG=105949 TEST= Review URL: http://codereview.chromium.org/8980002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115195 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
IndexedDB: Remove unused two-phase-open methods following WK90411 TBR=tkent@chromium.org BUG=134758 Review URL: https://chromiumcodereview.appspot.com/10916318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156932 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
IndexedDB: Remove unused two-phase-open methods following WK90411 TBR=tkent@chromium.org BUG=134758 Review URL: https://chromiumcodereview.appspot.com/10916318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156932 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove a ton of IPC from landing putWithIndexKeys This removes a whole bunch of IPC stubs for methods that don't exist anymore: IDBCursorBackendInterface::update IDBObjectStoreBackendInterface::put IDBTransaction::mode BUG=129471 Review URL: https://chromiumcodereview.appspot.com/10831138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149731 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move IndexedDBKey, IndexedDBKeyRange into content namespace R=jam@chromium.org BUG=125589 TEST=none Review URL: http://codereview.chromium.org/10272018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135487 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use WebIDBKeyPath type in WebKit API, implement IndexedDBKeyPath type. IndexedDB allows key paths to be strings or arrays of strings (or null, for object stores). Implement the new WebKit API that uses a dedicated type instead of strings, and implement appropriate IPC plumbing. This change is dependent on: https://webkit.org/b/84631 R=darin@chromium.org,tkent@chromium.org,dgrogan@chromium.org,michaeln@chromium.org BUG=112308 Review URL: http://codereview.chromium.org/10204003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134581 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move IndexedDBKey, IndexedDBKeyRange into content namespace R=jam@chromium.org BUG=125589 TEST=none Review URL: http://codereview.chromium.org/10272018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135487 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner Also removed ClearIPCMessageLoop() as it is not needed anymore. Review URL: https://chromiumcodereview.appspot.com/10694014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145192 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup the IPC param traits structure: -traits that are only used by chrome should be in chrome -traits that aren't used by chrome shouldn't be in content/public -use macros for serialization where possible -traits that are only used by one message file should just be listed in it -get rid of webkit_param_traits since it's not needed anymore. It was added as a hack to keep npchrome_frame.dll's size small by giving a hint to the MSVS linker, but now that there's more split between the message files because of the content split it's not necessary anymore. I've verified that npchrome_frame.dll's size (Release, non-component) size doesn't change. Review URL: https://codereview.chromium.org/10980010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158570 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move IndexedDBKey, IndexedDBKeyRange into content namespace R=jam@chromium.org BUG=125589 TEST=none Review URL: http://codereview.chromium.org/10272018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135487 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
IndexedDB: Simplify cursor data callbacks. Removing temporary code put in place to allow WK92278 to land. Review URL: https://chromiumcodereview.appspot.com/10854081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151715 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
IndexedDB: Simplify cursor data callbacks. Removing temporary code put in place to allow WK92278 to land. Review URL: https://chromiumcodereview.appspot.com/10854081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151715 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup the IPC param traits structure: -traits that are only used by chrome should be in chrome -traits that aren't used by chrome shouldn't be in content/public -use macros for serialization where possible -traits that are only used by one message file should just be listed in it -get rid of webkit_param_traits since it's not needed anymore. It was added as a hack to keep npchrome_frame.dll's size small by giving a hint to the MSVS linker, but now that there's more split between the message files because of the content split it's not necessary anymore. I've verified that npchrome_frame.dll's size (Release, non-component) size doesn't change. Review URL: https://codereview.chromium.org/10980010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158570 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
IndexedDB: Remove unused two-phase-open methods following WK90411 TBR=tkent@chromium.org BUG=134758 Review URL: https://chromiumcodereview.appspot.com/10916318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156932 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
IndexedDB: Remove unused two-phase-open methods following WK90411 TBR=tkent@chromium.org BUG=134758 Review URL: https://chromiumcodereview.appspot.com/10916318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156932 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
IndexedDB: Remove unused two-phase-open methods following WK90411 TBR=tkent@chromium.org BUG=134758 Review URL: https://chromiumcodereview.appspot.com/10916318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156932 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
IndexedDB: Remove IPC plumbing for obsolete property accessors. Now that webkit.org/b/88467 has landed the IDB front end can directly respond to property requests (name, version, flags, etc) from script, so the IPC plumbing to route these requests to the back end can be removed. R=michaeln@chromium.org,dgrogan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10657011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144052 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove old chromium openCursor() glue BUG=129471 Review URL: https://chromiumcodereview.appspot.com/10829339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152143 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove old chromium openCursor() glue BUG=129471 Review URL: https://chromiumcodereview.appspot.com/10829339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152143 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove a ton of IPC from landing putWithIndexKeys This removes a whole bunch of IPC stubs for methods that don't exist anymore: IDBCursorBackendInterface::update IDBObjectStoreBackendInterface::put IDBTransaction::mode BUG=129471 Review URL: https://chromiumcodereview.appspot.com/10831138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149731 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove a ton of IPC from landing putWithIndexKeys This removes a whole bunch of IPC stubs for methods that don't exist anymore: IDBCursorBackendInterface::update IDBObjectStoreBackendInterface::put IDBTransaction::mode BUG=129471 Review URL: https://chromiumcodereview.appspot.com/10831138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149731 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |