Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
116 commits
Select commit Hold shift + click to select a range
27f3bb7
Initial commit
sachinhosmani Jun 2, 2014
1eb641f
Shows the DOM tree as a nested HTML list
sachinhosmani Jun 3, 2014
a872f6c
Added element-tree. Shows DOM tree when panel is opened and updates t…
sachinhosmani Jun 7, 2014
ffd232d
Some Polymer JSON serialization WIP
sachinhosmani Jun 9, 2014
9c176d1
Working element tree with all DOM nodes. UI shows selection.
sachinhosmani Jun 10, 2014
327028c
Side pane added. Object tree added. Shows properties in response to s…
sachinhosmani Jun 12, 2014
28b4d8d
Data binding basically work.
sachinhosmani Jun 13, 2014
75a05e1
added comments. fixed bugs in editable-label, added a 'type' field in…
sachinhosmani Jun 14, 2014
455291c
Composed DOM constructed. JSONizer broken. Element and Object trees -…
sachinhosmani Jun 17, 2014
4bb25eb
...
sachinhosmani Jun 18, 2014
0f94076
Attempt to fix object tree cyclical dependencies in progress
sachinhosmani Jun 18, 2014
c271868
Cyclical references taken care of. Object tree, Element tree look fine
sachinhosmani Jun 18, 2014
2888450
Attempt to use polymer-ui-splitter, doesn't work well
sachinhosmani Jun 19, 2014
6b00926
Data-binding fixed. Many props found missing.
sachinhosmani Jun 19, 2014
9460812
uses Object.observe to keep object tree updated. fixed a few bugs.
sachinhosmani Jun 21, 2014
878dac2
Rewrote object-tree using data-binding completely. couldn't test O.o(…
sachinhosmani Jun 23, 2014
e799ce0
Fixed object-tree. Everything looks good in it
sachinhosmani Jun 24, 2014
9a050e0
WIP: Writing an eval-helper
sachinhosmani Jun 24, 2014
1150a61
Fixed broken state after EvalHelper. Realize there is a bug with refl…
sachinhosmani Jun 24, 2014
7474b9b
attempted to fix the bug with reflection. need to deal with getters/s…
sachinhosmani Jun 24, 2014
0e10b2e
Added a refresh button to getters/setter. Fixed dumb bug. Found probl…
sachinhosmani Jun 27, 2014
4610c91
WIP: Adding a method-list
sachinhosmani Jun 28, 2014
3d136ff
Added method-list, but buggy. also have issues with paper-tab.
sachinhosmani Jun 29, 2014
da79b29
Tried to use core-selector and paper-tabs but failed. templates now h…
sachinhosmani Jun 30, 2014
406b070
Fixed removing O.o() listeners. Adds srcURLs to eval code. Fixed many…
sachinhosmani Jul 1, 2014
77cf832
Fixed bugs with removing O.o() listeners
sachinhosmani Jul 1, 2014
ceaff81
Code tweaking
sachinhosmani Jul 2, 2014
3cf57c0
...
sachinhosmani Jul 3, 2014
7bdabac
DOM mutations observed. A little bug found in
sachinhosmani Jul 5, 2014
5ca3cc5
Added colors to element-tree. Highlights elements when hovered. Fix i…
sachinhosmani Jul 7, 2014
2527526
Quick bug fix in
sachinhosmani Jul 7, 2014
0f09016
Properties sorted correctly, fix in refresh property, Polymer and pub…
sachinhosmani Jul 8, 2014
6144c16
A little code clean-up and comments
sachinhosmani Jul 8, 2014
2384113
Clean-up after closing pane. Code tweaks.
sachinhosmani Jul 8, 2014
ac8bf75
removed bower_components/. unhighlights selected element when devtool…
sachinhosmani Jul 8, 2014
cad381d
Added readme
sachinhosmani Jul 8, 2014
0a78d6a
Actually removed bower_components
sachinhosmani Jul 8, 2014
9dbf596
Update README.md
sachinhosmani Jul 8, 2014
0331494
Uses core-icon
sachinhosmani Jul 9, 2014
906a00c
Merge with update remote (Readme update on Github)
sachinhosmani Jul 9, 2014
2446cca
Selected element in inspector is the reflected in the pane. bower.jso…
sachinhosmani Jul 10, 2014
619ba2d
Improved method-list UI
sachinhosmani Jul 10, 2014
9a5e2b1
added a model-tree
sachinhosmani Jul 12, 2014
c853af6
Added tabs to right-pane. Fixed minor bug in getComposedTree. Wrote a…
sachinhosmani Jul 12, 2014
ce55dd2
added a border around tabs
sachinhosmani Jul 13, 2014
d356e01
Rewrote serializeDOM to support for dual DOM view
sachinhosmani Jul 16, 2014
00a4e4f
Changed serialization for dual view. Added 'magnify button'. Shows un…
sachinhosmani Jul 17, 2014
3148c9e
- Added dual view (local DOM + composed DOM)
sachinhosmani Jul 18, 2014
fc5c9d7
Quick typo bug fix
sachinhosmani Jul 18, 2014
26de200
Tree scrolling fixes in.
sachinhosmani Jul 18, 2014
584c801
Added bread-crumbs
sachinhosmani Jul 18, 2014
20eda7d
Conditionally inject content scripts
sachinhosmani Jul 19, 2014
5fd1335
Added margin around bread-crumbs
sachinhosmani Jul 19, 2014
255d072
Added doc links
sachinhosmani Jul 19, 2014
e40b0b7
Code formatting in response to review
sachinhosmani Jul 19, 2014
d7690c9
Typo fixes
sachinhosmani Jul 19, 2014
f411f6d
Change use JSON.stringify() instead of serialize in evalHelper
sachinhosmani Jul 19, 2014
0f59db6
minor tweaks and comment fixes
sachinhosmani Jul 19, 2014
053597e
Fixed bower.json
sachinhosmani Jul 19, 2014
0af4a35
Added LICENSE file
sachinhosmani Jul 19, 2014
1c025ec
Element tree expand button state change fix
sachinhosmani Jul 20, 2014
d9b7b15
Uses extension ID as namespace
sachinhosmani Jul 20, 2014
960c944
Added namespaces to event names so it doesn't clash with any potentia…
sachinhosmani Jul 20, 2014
5d4e53b
Added build system. It now uses Closure compiler.
sachinhosmani Jul 21, 2014
8c4c53d
Updated README with new features and build instructions.
sachinhosmani Jul 21, 2014
fbc242f
Build copies core-splitter/handle.svg to build/ because vulcanize doe…
sachinhosmani Jul 21, 2014
289fb80
Changed GitHub repo name. Updated README.
sachinhosmani Jul 21, 2014
f394196
Set allowOverflow='true' on core-splitter
sachinhosmani Jul 21, 2014
2d6717f
Strip unnecessary console log.
addyosmani Jul 21, 2014
5bde932
Merge pull request #21 from addyosmani/master
sachinhosmani Jul 22, 2014
423983f
Extension works through page refresh, page change. Fixed tiny DOM mut…
sachinhosmani Jul 22, 2014
a0b7ae6
Merge branch 'master' with Addy's console.log strip PR.
sachinhosmani Jul 22, 2014
feedb4b
Update breadcrumbs before element-tree
sachinhosmani Jul 23, 2014
92453cd
Added 'View definition file' feature for Polymer elements
sachinhosmani Jul 23, 2014
60704bb
Added loading bars to tell if an element-tree is being loaded
sachinhosmani Jul 24, 2014
d157b30
Show 'view source' only on hover
sachinhosmani Jul 24, 2014
e623194
Keeps track of DOM mutations while tree gets rendered, i.e., pending …
sachinhosmani Jul 24, 2014
4ea85aa
Added JSDoc comments
sachinhosmani Jul 24, 2014
d591028
Added more JSDoc comments
sachinhosmani Jul 24, 2014
2976be6
Added more JSDoc comments
sachinhosmani Jul 24, 2014
051b464
Removed persistent-button
sachinhosmani Jul 24, 2014
bb1ac54
Removed element test files
sachinhosmani Jul 24, 2014
6fd9007
More JSDocs and formatting
sachinhosmani Jul 24, 2014
a382929
Keeps silent in response to inspector element selection changes when …
sachinhosmani Jul 24, 2014
b21a094
Comment fixes
sachinhosmani Jul 24, 2014
1499340
ReadMe update: View source button
sachinhosmani Jul 24, 2014
335535d
Newlines after .js files
sachinhosmani Jul 24, 2014
730748f
Element-tree: set 'polymer' attribute on '#name' with data-binding an…
sachinhosmani Jul 25, 2014
6eb3c54
Added perf button. Functionally on the way.
sachinhosmani Jul 26, 2014
ff45516
Added perf feature but only for . Fixed position of reload button. Fi…
sachinhosmani Jul 28, 2014
ce5229b
Stylize console.log perf messages
sachinhosmani Jul 28, 2014
6ca137c
JSBeatified DOMJSONizer.js. Added : to console.log string in perf con…
sachinhosmani Jul 28, 2014
923d1c2
Load trees asynchronously
sachinhosmani Jul 29, 2014
17da54b
Set isTreeLoading correctly inside doTreeLoad
sachinhosmani Jul 29, 2014
ce4de47
Fixed async task ordering, pending actions. Typo in perfContentScript…
sachinhosmani Jul 30, 2014
8a626e3
Store parent keys in each element in JSONized object. Show bread-crum…
sachinhosmani Jul 30, 2014
fb2f528
Zoom out of local DOM view to last unchanged element when DOM mutatio…
sachinhosmani Jul 31, 2014
136991d
add vulcanize to install directions.
paulirish Jul 31, 2014
7454343
Merge pull request #31 from paulirish/patch-1
sachinhosmani Jul 31, 2014
f6a0ec1
Merge with Paul's PR.
sachinhosmani Jul 31, 2014
5489f11
Copy perfContentScript.js to build folder
oskbor Aug 4, 2014
a938849
Add perfContentScript.js to the build
Aug 5, 2014
4a0be05
Curse you Finder
Aug 5, 2014
9a3c175
Merge pull request #34 from oskbor/patch-1
addyosmani Aug 5, 2014
9ef0939
Some hints for adding new functions to hostPageHelpers
Aug 5, 2014
d04ca57
prefer closure-compiled perfContentScript
Aug 5, 2014
d517511
Tinted overlay instead of an outline for highlighted elements.
Aug 5, 2014
79052d3
PR Feedback
Aug 11, 2014
b8dacae
Merge pull request #35 from nevir/highlight
nevir Aug 11, 2014
b378375
Don't scroll into view on highlight (but still do for selection)
Aug 11, 2014
8cfa0e8
Scroll element into view upon selection
sachinhosmani Aug 29, 2014
da1c65a
Warn about unregistered custom elements
sachinhosmani Sep 12, 2014
abc7ac4
Inline warningStyle
sachinhosmani Sep 26, 2014
e316a42
Merge pull request #45 from sachinhosmani/master
sachinhosmani Sep 26, 2014
3c53a5d
Fixed Closure Compiler download link.
indolering Mar 12, 2015
6ee7593
Merge pull request #53 from indolering/patch-1
paulirish Mar 13, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/bower_components
/node_modules
/build
deb_build.py
.DS_Store
Loading