Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Issue 9181010: Refactor DOM generator. (Closed)

Created:
8 years, 11 months ago by sra1
Modified:
8 years, 11 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Refactor DOM generator. Each target (approximately) is now represented by a 'System'. This should be helpful in merging in the dart:hmtl code - it can be another System (or 2 - one for frog, one for VM). There are more changes to come. In particular, I want to make the class/interface templates per-system. Checkpoint BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=3172

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+641 lines, -431 lines) Patch
M client/dom/dom_frog.dart View 10 chunks +21 lines, -21 lines 0 comments Download
M client/dom/frog/dom_frog.dart View 17 chunks +147 lines, -147 lines 0 comments Download
A client/dom/generated/src/frog/AudioBufferCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/DatabaseCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/EntriesCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/EntryCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/ErrorCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/FileCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/FileSystemCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/FileWriterCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/MetadataCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/PositionCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/PositionErrorCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/SQLStatementCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/SQLStatementErrorCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/SQLTransactionCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/SQLTransactionErrorCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/SQLTransactionSyncCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/StorageInfoErrorCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/StorageInfoQuotaCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/StorageInfoUsageCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/StringCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
A client/dom/generated/src/frog/VoidCallback.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M client/dom/generated/src/wrapping/_IDBKeyRangeWrappingImplementation.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M client/dom/generated/src/wrapping/_InjectedScriptHostWrappingImplementation.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M client/dom/generated/src/wrapping/_StorageWrappingImplementation.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M client/dom/scripts/dartgenerator.py View 9 chunks +312 lines, -249 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
sra1
8 years, 11 months ago (2012-01-11 01:26:40 UTC) #1
tbr

Powered by Google App Engine
This is Rietveld 408576698