yellow-brick-road 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rst +148 -0
- data/Rakefile +37 -0
- data/lib/tasks/yellow-brick-road_tasks.rake +4 -0
- data/lib/yellow-brick-road.rb +6 -0
- data/lib/yellow-brick-road/config.rb +15 -0
- data/lib/yellow-brick-road/directive_processor.rb +68 -0
- data/lib/yellow-brick-road/engine.rb +22 -0
- data/lib/yellow-brick-road/soy_processor.rb +56 -0
- data/lib/yellow-brick-road/utils.rb +38 -0
- data/lib/yellow-brick-road/version.rb +3 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +12 -0
- data/test/dummy/app/assets/javascripts/closure-deps.js +4 -0
- data/test/dummy/app/assets/javascripts/my-closure/simple.js.soy +14 -0
- data/test/dummy/app/assets/javascripts/my-closure/start.js +25 -0
- data/test/dummy/app/assets/stylesheets/application.css +7 -0
- data/test/dummy/app/controllers/application_controller.rb +7 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/application/index.html.erb +0 -0
- data/test/dummy/app/views/layouts/application.html.erb +18 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +51 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +30 -0
- data/test/dummy/config/environments/production.rb +60 -0
- data/test/dummy/config/environments/test.rb +39 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +10 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +10 -0
- data/test/dummy/config/initializers/yellow_brick_road.rb +2 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +58 -0
- data/test/dummy/log/development.log +13924 -0
- data/test/dummy/log/test.log +0 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +26 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/tmp/cache/assets/BE0/120/sprockets%2F751842b8c6750008c7310d182600d173 +142 -0
- data/test/dummy/tmp/cache/assets/C19/950/sprockets%2F142437f1d8d9424007b4a882a5429333 +1372 -0
- data/test/dummy/tmp/cache/assets/C4B/D00/sprockets%2F400f22c081529179ce3d079457de3009 +806 -0
- data/test/dummy/tmp/cache/assets/C5A/EE0/sprockets%2Fb711429ed948c503b718d077037780f8 +0 -0
- data/test/dummy/tmp/cache/assets/C5B/A80/sprockets%2F508569b474262724c61a461f7777dab7 +1118 -0
- data/test/dummy/tmp/cache/assets/C6C/660/sprockets%2F2c298b3b02232a21527680685a3efc30 +9289 -0
- data/test/dummy/tmp/cache/assets/C72/8A0/sprockets%2F167b265129e30d87d253c406db305c60 +293 -0
- data/test/dummy/tmp/cache/assets/C7E/9F0/sprockets%2F89862076204c62c4593ac20de32da909 +9 -0
- data/test/dummy/tmp/cache/assets/C8B/5F0/sprockets%2Fc6a4470b5c21e285e829a99365839b24 +0 -0
- data/test/dummy/tmp/cache/assets/C92/D20/sprockets%2F2e618f7805f445889aec94885a500f03 +457 -0
- data/test/dummy/tmp/cache/assets/C98/FD0/sprockets%2Fb11442af041f96e87a43a1dc11231745 +283 -0
- data/test/dummy/tmp/cache/assets/CA3/520/sprockets%2F5379d7143c6c52b11b88dc0ab5436133 +277 -0
- data/test/dummy/tmp/cache/assets/CA5/450/sprockets%2F6bb727c9312a749134ad67323a317f0d +73 -0
- data/test/dummy/tmp/cache/assets/CA5/4F0/sprockets%2Feeb7de7771527700af194c0441d29101 +709 -0
- data/test/dummy/tmp/cache/assets/CA6/E90/sprockets%2F611f68180f43c4181f06ae5c5f8201e2 +1546 -0
- data/test/dummy/tmp/cache/assets/CA7/310/sprockets%2F45664cf816315200b574e029fde6f10a +0 -0
- data/test/dummy/tmp/cache/assets/CA9/9D0/sprockets%2F2672e32464cf7267c4ba3d028f54b153 +224 -0
- data/test/dummy/tmp/cache/assets/CAB/5A0/sprockets%2F7f50e0289f150c8636ac9253129bc13c +2556 -0
- data/test/dummy/tmp/cache/assets/CB5/7E0/sprockets%2F42ff6672683b2029233a800e7539eeee +474 -0
- data/test/dummy/tmp/cache/assets/CB6/DC0/sprockets%2F2f9882155bb2d4d3ab5d708951857c60 +494 -0
- data/test/dummy/tmp/cache/assets/CBB/680/sprockets%2F1dc336d96fb52df34b458185559922b5 +1018 -0
- data/test/dummy/tmp/cache/assets/CBC/640/sprockets%2F67d2e0d9e5129d237e575d2780c64b47 +1260 -0
- data/test/dummy/tmp/cache/assets/CBE/550/sprockets%2Fd680cac830e0b3408ba910f0b0421147 +25 -0
- data/test/dummy/tmp/cache/assets/CC7/790/sprockets%2F69941f32a12e4f99d4a57f65386d870d +608 -0
- data/test/dummy/tmp/cache/assets/CCB/F80/sprockets%2Fa865701ef2ec41155e524772c31a1a2b +1088 -0
- data/test/dummy/tmp/cache/assets/CCE/580/sprockets%2F879411ed27ed1c557d57853d8f579b56 +0 -0
- data/test/dummy/tmp/cache/assets/CD0/070/sprockets%2F6748fe8481965f260d9c56b7f9f508a2 +1530 -0
- data/test/dummy/tmp/cache/assets/CD4/750/sprockets%2Faf3505141ecb3169ce41ce519d136924 +0 -0
- data/test/dummy/tmp/cache/assets/CD6/A90/sprockets%2F3f55ac75b9fb8426312116bcb940a580 +2539 -0
- data/test/dummy/tmp/cache/assets/CD9/6C0/sprockets%2F5e2458bc52da90ba349a66035e3b6752 +0 -0
- data/test/dummy/tmp/cache/assets/CD9/F50/sprockets%2F9008bf696500cfae1d61f045f209181e +256 -0
- data/test/dummy/tmp/cache/assets/CDB/B40/sprockets%2F53529a22c994570a0df4742c0bfe61f4 +0 -0
- data/test/dummy/tmp/cache/assets/CDC/D10/sprockets%2F1e775b4ff06b4401c07503ce95a839b5 +75 -0
- data/test/dummy/tmp/cache/assets/CDE/CD0/sprockets%2F141066798b4acf07053f7e3a6cb4e555 +1613 -0
- data/test/dummy/tmp/cache/assets/CE1/760/sprockets%2F245fe11803630fe30d0cf8a869886ab5 +357 -0
- data/test/dummy/tmp/cache/assets/CE1/FA0/sprockets%2F863d1650ef066e4a2168bc57c7c0e096 +0 -0
- data/test/dummy/tmp/cache/assets/CE2/310/sprockets%2Fd38075d5592ecaf82e43526c03b467c4 +1545 -0
- data/test/dummy/tmp/cache/assets/CE2/420/sprockets%2F30f2e8f30477e80cf6416dfe27307c07 +204 -0
- data/test/dummy/tmp/cache/assets/CE2/D70/sprockets%2F467c44b63644e0f44dd06a585f36f1a6 +522 -0
- data/test/dummy/tmp/cache/assets/CE3/670/sprockets%2Fddd11860b444cd0f9996be0c46762318 +796 -0
- data/test/dummy/tmp/cache/assets/CE4/0B0/sprockets%2Ff11535d785c0d34349c64d673bd4b28f +1105 -0
- data/test/dummy/tmp/cache/assets/CE4/590/sprockets%2Fd68edcc87a4ae302794093081b45b819 +10 -0
- data/test/dummy/tmp/cache/assets/CE4/D60/sprockets%2F61772e4a60b616f74da91b838a2f4f82 +0 -0
- data/test/dummy/tmp/cache/assets/CE6/DD0/sprockets%2F2fe073024a2bf26bd98458388b57af37 +1355 -0
- data/test/dummy/tmp/cache/assets/CE7/160/sprockets%2Fba1f9939f031b4356ec1869d40fc2747 +1261 -0
- data/test/dummy/tmp/cache/assets/CE8/C70/sprockets%2Fc6c9ba3c677b5e2af8520395192c9445 +173 -0
- data/test/dummy/tmp/cache/assets/CEA/8B0/sprockets%2Ff77e549cb6d37604105f35d4e67d8c21 +511 -0
- data/test/dummy/tmp/cache/assets/CEA/AA0/sprockets%2F5f816982c86d2e6b72b2f5f65c51d070 +1529 -0
- data/test/dummy/tmp/cache/assets/CEA/C10/sprockets%2F9dcd541e67c299ab076a44a2183872f8 +0 -0
- data/test/dummy/tmp/cache/assets/CF1/5A0/sprockets%2F1a697695edf2bb7b49a2896904218bc7 +115 -0
- data/test/dummy/tmp/cache/assets/CF4/480/sprockets%2F5e99c77e93f4a522c84357e62b25e0f7 +43 -0
- data/test/dummy/tmp/cache/assets/CF7/460/sprockets%2Fd12ea9733fe3c92456f57f9145569b9c +0 -0
- data/test/dummy/tmp/cache/assets/CF7/470/sprockets%2F2897897a166ca3369fecb88f83f211b5 +435 -0
- data/test/dummy/tmp/cache/assets/CFA/760/sprockets%2Fa9024adba14091e0635c6874d1db4e22 +0 -0
- data/test/dummy/tmp/cache/assets/D01/F30/sprockets%2Fe639a15b6e0cca37d12443b408e1166f +25 -0
- data/test/dummy/tmp/cache/assets/D02/9F0/sprockets%2Fb99eae308897fe88cb9414b96824098b +0 -0
- data/test/dummy/tmp/cache/assets/D03/330/sprockets%2F1e003cdb3e7dcc9307e84090ad457127 +454 -0
- data/test/dummy/tmp/cache/assets/D03/8B0/sprockets%2Ff74632bddf2c0b2018ca7b736309380e +365 -0
- data/test/dummy/tmp/cache/assets/D05/0A0/sprockets%2Fe57658220260db13eb5577aef42cb61b +257 -0
- data/test/dummy/tmp/cache/assets/D05/920/sprockets%2F909507434dcc270db4853e4c147f0aac +31 -0
- data/test/dummy/tmp/cache/assets/D08/510/sprockets%2Fa567be6cb6d7310096f1739b25a5a3f0 +50 -0
- data/test/dummy/tmp/cache/assets/D08/9F0/sprockets%2F1d61d2c89ca50957066bacc5b69011f5 +1424 -0
- data/test/dummy/tmp/cache/assets/D0A/790/sprockets%2Feb16913e6504c9b0d3be431de39e4751 +300 -0
- data/test/dummy/tmp/cache/assets/D0C/C50/sprockets%2Fd6613bee8b40d50459af6b52a7084f34 +796 -0
- data/test/dummy/tmp/cache/assets/D0D/030/sprockets%2Fba3f13b4a444679e8bc2549226ec743b +21 -0
- data/test/dummy/tmp/cache/assets/D0D/350/sprockets%2F2670bce036d485e15d059c0f1e98f24a +207 -0
- data/test/dummy/tmp/cache/assets/D13/270/sprockets%2F497cb163e6317e3fc1565d832f406cfb +348 -0
- data/test/dummy/tmp/cache/assets/D13/380/sprockets%2F786d003c9c7fb759dd26c1030c087cf6 +813 -0
- data/test/dummy/tmp/cache/assets/D13/7C0/sprockets%2F528d22310a9ab8e6fba08d82844ce795 +0 -0
- data/test/dummy/tmp/cache/assets/D15/F60/sprockets%2Fa28394e3f80365b5bc86794dd46daa22 +0 -0
- data/test/dummy/tmp/cache/assets/D18/500/sprockets%2Fd22c2d97d1db2154f2f7592906e957ea +1001 -0
- data/test/dummy/tmp/cache/assets/D1B/C70/sprockets%2F1c04848b1e1d6e8e33b8581f8c8128ff +223 -0
- data/test/dummy/tmp/cache/assets/D1C/600/sprockets%2Fa0601f99147f59ddd6266e6aff077e14 +0 -0
- data/test/dummy/tmp/cache/assets/D1E/470/sprockets%2Fb3933e694547b78bf6fb15f44a4623fe +53 -0
- data/test/dummy/tmp/cache/assets/D1F/480/sprockets%2F545164168becf42b289efc8708f1db68 +1278 -0
- data/test/dummy/tmp/cache/assets/D21/630/sprockets%2F0a14114729c14637f2e8f122acabd1ab +823 -0
- data/test/dummy/tmp/cache/assets/D24/A90/sprockets%2F21c8a0d48c51b8585ba03bc112ecd153 +692 -0
- data/test/dummy/tmp/cache/assets/D25/D30/sprockets%2F3b937f4c16d2aa0a28fc02a0e922712b +1441 -0
- data/test/dummy/tmp/cache/assets/D25/F30/sprockets%2Fe251527c0c018f4b4ad44b2ad7064fb0 +2255 -0
- data/test/dummy/tmp/cache/assets/D26/DE0/sprockets%2F761ac1bdb0739cc56fa0c1224b137b09 +0 -0
- data/test/dummy/tmp/cache/assets/D2A/C30/sprockets%2F978fe7268754f451c59b9ccb323ffa56 +0 -0
- data/test/dummy/tmp/cache/assets/D2B/0F0/sprockets%2Fbf223af03335cfc08a71e549e10c0e27 +2539 -0
- data/test/dummy/tmp/cache/assets/D2E/6D0/sprockets%2F9e7fda3affb389313cc50223f01c0324 +0 -0
- data/test/dummy/tmp/cache/assets/D2F/110/sprockets%2F3730ffe2ed34c1219d580bd1615ea7b0 +2239 -0
- data/test/dummy/tmp/cache/assets/D2F/F10/sprockets%2F9cac242f0bf5ec00079ea3a463e26552 +153 -0
- data/test/dummy/tmp/cache/assets/D30/1D0/sprockets%2Fd690a26a0b0ae138c1c48d257a7674bc +589 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D36/940/sprockets%2Fb4ba462ac9f4aac561c36e60367c1378 +572 -0
- data/test/dummy/tmp/cache/assets/D37/090/sprockets%2F2f2e71ebbc240014ebf648f0917e854a +798 -0
- data/test/dummy/tmp/cache/assets/D3A/440/sprockets%2F6d332243647c841dea36ed822cdfc23e +165 -0
- data/test/dummy/tmp/cache/assets/D3B/5A0/sprockets%2F82e05cf8c88ba8cb1c87e50d51372a03 +0 -0
- data/test/dummy/tmp/cache/assets/D41/B30/sprockets%2Fba1b93913dd01d83ac9a96df334456f8 +0 -0
- data/test/dummy/tmp/cache/assets/D43/D90/sprockets%2F04f3a5926d5a7672456dc7afa73d0c7f +38 -0
- data/test/dummy/tmp/cache/assets/D45/1F0/sprockets%2F1bfa855d9c10ff2431a9a548958cc5e4 +83 -0
- data/test/dummy/tmp/cache/assets/D45/B10/sprockets%2F643f3d9b216e48df952b7f150a46a7ec +60 -0
- data/test/dummy/tmp/cache/assets/D46/040/sprockets%2F199546844e5939721a5afcbcce4ea43a +143 -0
- data/test/dummy/tmp/cache/assets/D49/320/sprockets%2Fd8123eb229e34c9f507f7b1876f1c4ee +506 -0
- data/test/dummy/tmp/cache/assets/D49/750/sprockets%2Ff41ef1c0832b7294fb15588ff5c783cb +0 -0
- data/test/dummy/tmp/cache/assets/D49/930/sprockets%2F1071926698fa55abc71e1b6fd966dfe1 +72 -0
- data/test/dummy/tmp/cache/assets/D49/D10/sprockets%2Fb67b8d7cc7579352a91694f9ae10cdb0 +127 -0
- data/test/dummy/tmp/cache/assets/D4A/160/sprockets%2Fcbd8988b5e18d153eff6230d72e9046a +516 -0
- data/test/dummy/tmp/cache/assets/D4A/2B0/sprockets%2Ffcdf002d38fd938bf7226b46b76706c8 +1101 -0
- data/test/dummy/tmp/cache/assets/D4E/2F0/sprockets%2F77cb87ae57f0d8c25cdaa74181a64997 +1441 -0
- data/test/dummy/tmp/cache/assets/D4F/060/sprockets%2Fa9e66b39ada7394a29bf44f3a682f665 +511 -0
- data/test/dummy/tmp/cache/assets/D50/BD0/sprockets%2F88650dd57ef64075462e6dae757dbe2c +0 -0
- data/test/dummy/tmp/cache/assets/D53/CA0/sprockets%2Fa85032e82709a043fbb2ec00e04f2bbd +0 -0
- data/test/dummy/tmp/cache/assets/D54/BF0/sprockets%2F91970514ff528e8d2bfd81f1ec83c9c8 +240 -0
- data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +10 -0
- data/test/dummy/tmp/cache/assets/D56/500/sprockets%2F75ebadd035f1324b194034af92eac3a0 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/900/sprockets%2F5729f77d97fdee53b1942cf17f6f05e4 +474 -0
- data/test/dummy/tmp/cache/assets/D5A/D50/sprockets%2F81bace3db2c2f1241175ff3c5009d08c +0 -0
- data/test/dummy/tmp/cache/assets/D5B/C70/sprockets%2Fe64119a9db7017b7ab3b0da1b6076f0d +44 -0
- data/test/dummy/tmp/cache/assets/D5E/4D0/sprockets%2F756f25e4ad861a050cdc41bb8414e4ab +126 -0
- data/test/dummy/tmp/cache/assets/D5E/730/sprockets%2Fd30caf70b387c4604326bdda32aeb549 +0 -0
- data/test/dummy/tmp/cache/assets/D5E/AA0/sprockets%2F790dd07caaaacb30ceb0174664e90817 +136 -0
- data/test/dummy/tmp/cache/assets/D64/D30/sprockets%2Fe4bd8f60a3a446274c3cb2f5d16563ac +590 -0
- data/test/dummy/tmp/cache/assets/D66/400/sprockets%2Fecb7401d20daf25605a7afad3a793778 +0 -0
- data/test/dummy/tmp/cache/assets/D67/250/sprockets%2F8422eb26855ca9c953a3bf1aeade8004 +0 -0
- data/test/dummy/tmp/cache/assets/D69/900/sprockets%2F28ae64f52cb18f77b1a1bd9c51293da4 +0 -0
- data/test/dummy/tmp/cache/assets/D6A/870/sprockets%2F1ece6a51b42f9280f4cee9020c94b72e +197 -0
- data/test/dummy/tmp/cache/assets/D6B/DD0/sprockets%2F9a0abc735e27fc61dab019788518eba4 +164 -0
- data/test/dummy/tmp/cache/assets/D6E/CC0/sprockets%2F8b4fbcec2475e7203b8859baf8e310a3 +0 -0
- data/test/dummy/tmp/cache/assets/D72/470/sprockets%2Fbc0c6d850e7c769e83d58eb3e6061b2a +2556 -0
- data/test/dummy/tmp/cache/assets/D72/9D0/sprockets%2F9402daf6da6f7eed331a9d78216cb761 +0 -0
- data/test/dummy/tmp/cache/assets/D74/070/sprockets%2F91ae68f698a39bd7d0d11150fc46e4cd +418 -0
- data/test/dummy/tmp/cache/assets/D74/7F0/sprockets%2F22dad1069ea6a8f29ae757c44e18ec83 +0 -0
- data/test/dummy/tmp/cache/assets/D75/3C0/sprockets%2F44e2ae51b97853d8ecda7b264a267c7d +1630 -0
- data/test/dummy/tmp/cache/assets/D77/780/sprockets%2Ffa2abdfb0b62867c346f79187b8e42d5 +823 -0
- data/test/dummy/tmp/cache/assets/D79/850/sprockets%2F4d540586ed379fd9a70fa0b7ce4f5b27 +306 -0
- data/test/dummy/tmp/cache/assets/D7A/B60/sprockets%2F5925c92f48caff053d08853dc69e5bba +0 -0
- data/test/dummy/tmp/cache/assets/D81/C90/sprockets%2F19aca5c835efce74878c23e581e2a89e +2239 -0
- data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +11228 -0
- data/test/dummy/tmp/cache/assets/D8B/B10/sprockets%2Fbb7a2305a8f2832631863bbababb67be +301 -0
- data/test/dummy/tmp/cache/assets/D92/3B0/sprockets%2F93dc71f411faf72ec8ef0b5d217b51a0 +505 -0
- data/test/dummy/tmp/cache/assets/D92/EE0/sprockets%2Ffd051ea0abf6be6970754aa732e40c8b +289 -0
- data/test/dummy/tmp/cache/assets/D93/810/sprockets%2F7dc1ac5e1b83ba5144e34cf156d48a8a +471 -0
- data/test/dummy/tmp/cache/assets/D94/020/sprockets%2F35cb4ce22488fb5bdd260508ca47a3fb +239 -0
- data/test/dummy/tmp/cache/assets/D94/EC0/sprockets%2F8b900fba18f8e046f5f12e6d1f0ac15b +74 -0
- data/test/dummy/tmp/cache/assets/D95/470/sprockets%2F5be5d361a52575c433831b5e8cccbace +9273 -0
- data/test/dummy/tmp/cache/assets/D97/9D0/sprockets%2F524a2a94a88c1d392dabcba654e365fc +103 -0
- data/test/dummy/tmp/cache/assets/D9D/800/sprockets%2Ff8387220eb4dda9b29a37b5deb9f2a40 +54 -0
- data/test/dummy/tmp/cache/assets/D9E/DD0/sprockets%2Fb6b4ffad6485eda046b327a196e8c44a +0 -0
- data/test/dummy/tmp/cache/assets/DA1/0A0/sprockets%2F359c94aee6ba2e15fc9666aa4de311c8 +166 -0
- data/test/dummy/tmp/cache/assets/DA1/0D0/sprockets%2F798de3c28452e164a7fc1a3a6e8cdb4b +652 -0
- data/test/dummy/tmp/cache/assets/DA3/CB0/sprockets%2Fdfad6bb1857a8af91f98ba137c18504e +815 -0
- data/test/dummy/tmp/cache/assets/DA4/E10/sprockets%2Fbda7705734ace95f12a7d79df9c14af2 +1354 -0
- data/test/dummy/tmp/cache/assets/DA5/E30/sprockets%2F2e6707a119e94a784efbadca18d7e8d1 +129 -0
- data/test/dummy/tmp/cache/assets/DA6/4B0/sprockets%2F4f7a708b6aa2d42eb577493dea7cef55 +115 -0
- data/test/dummy/tmp/cache/assets/DA8/A10/sprockets%2F0ae5bbb4ca200e74db3b64d72c2be120 +0 -0
- data/test/dummy/tmp/cache/assets/DA9/3F0/sprockets%2Fdd0af9cfd65fb7d02fe778c8f6015361 +499 -0
- data/test/dummy/tmp/cache/assets/DA9/780/sprockets%2Fe3559a635e8f92dec7727a3db2ae7b4c +813 -0
- data/test/dummy/tmp/cache/assets/DAC/0E0/sprockets%2F04cef8243a9ef7321846debc977ea8db +607 -0
- data/test/dummy/tmp/cache/assets/DB1/260/sprockets%2Fb879ff7530bf8cc175e0c7e70dc4e79b +0 -0
- data/test/dummy/tmp/cache/assets/DB4/4C0/sprockets%2F30a76cbd98dedb56742cd8ecaf858757 +0 -0
- data/test/dummy/tmp/cache/assets/DBD/7E0/sprockets%2F236fb1ac5ed9f2e3fe32203acc3a842d +0 -0
- data/test/dummy/tmp/cache/assets/DC2/DF0/sprockets%2Fe233bcaba8beff15626c35cb5e0e0936 +845 -0
- data/test/dummy/tmp/cache/assets/DC4/600/sprockets%2F59c96aa6c1cbebc61bff6c050a5351d7 +225 -0
- data/test/dummy/tmp/cache/assets/DC5/030/sprockets%2Fcb2fe864a0177eec19017c43ce9aa4ad +187 -0
- data/test/dummy/tmp/cache/assets/DC8/A60/sprockets%2F9fcb9f5c3f679ce749ee4c3f93869ba6 +74 -0
- data/test/dummy/tmp/cache/assets/DCB/D40/sprockets%2Ffd5542bfb7660a8d8cac3a2e46fb01f8 +828 -0
- data/test/dummy/tmp/cache/assets/DCC/020/sprockets%2F0c129c5f2784c96fa1dc3da6c19c1efc +128 -0
- data/test/dummy/tmp/cache/assets/DCF/520/sprockets%2F975162fb97a3ec7033db5f2fdba4fcd3 +70 -0
- data/test/dummy/tmp/cache/assets/DD0/000/sprockets%2F0d5d631cce6f0b078bb29cf98b3d78bb +276 -0
- data/test/dummy/tmp/cache/assets/DD0/C90/sprockets%2F84eeca4ef8f5eb29b13f7e1ea3c71324 +591 -0
- data/test/dummy/tmp/cache/assets/DD6/710/sprockets%2F9e83f2ebbe3e349efca2de390e15d635 +204 -0
- data/test/dummy/tmp/cache/assets/DE1/830/sprockets%2Fd23d3cafef2e2a9055bc103dffc1a023 +208 -0
- data/test/dummy/tmp/cache/assets/DEB/470/sprockets%2Fae2de0fcbc2214b71d3f2a875d2bc8c3 +2255 -0
- data/test/dummy/tmp/cache/assets/DEE/690/sprockets%2F5d824bcadef29060cc13eed71af4b4d0 +550 -0
- data/test/dummy/tmp/cache/assets/DF0/5D0/sprockets%2F25a875eb0a5d4c49bcc3fa39ea0adb26 +567 -0
- data/test/dummy/tmp/cache/assets/DF3/E20/sprockets%2Fada770c49a5d6b38d1cc43ed4d51c1fc +0 -0
- data/test/dummy/tmp/cache/assets/DF5/C80/sprockets%2F03ad7d7b3a8feba9ed9be82ae2083b20 +340 -0
- data/test/dummy/tmp/cache/assets/DF6/560/sprockets%2Fafceb2b55eb108efe4446dfb02b519b8 +0 -0
- data/test/dummy/tmp/cache/assets/DFC/030/sprockets%2Fcbdd3679eaba219b4e1ff20677af1c6f +1371 -0
- data/test/dummy/tmp/cache/assets/E00/970/sprockets%2F8bc6dde8d05c382dd07cbcec70f54e09 +378 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E12/2F0/sprockets%2F5c45062ecfbe512dcba176ba6ddacc00 +523 -0
- data/test/dummy/tmp/cache/assets/E21/5D0/sprockets%2Fd4fe6d611bfb0e63c04de5dbfb128a8a +0 -0
- data/test/dummy/tmp/cache/assets/E22/770/sprockets%2F2ccebcabfbb9b59159e4b73b3b30a74d +208 -0
- data/test/dummy/tmp/cache/assets/E31/A90/sprockets%2F26b98bbbc15eee9b370c7dcde88d16aa +394 -0
- data/test/dummy/tmp/cache/assets/E31/E30/sprockets%2Ffbdafcc4e2f44bb9fc653bcf9625b750 +284 -0
- data/test/dummy/tmp/cache/assets/E37/1C0/sprockets%2Fa5eb45fc86dafe2bee4e4fa3f53c4785 +0 -0
- data/test/dummy/tmp/cache/assets/E4C/960/sprockets%2F13fd6e4bfdf031acb3dedca8d0f407b4 +1277 -0
- data/test/dummy/tmp/cache/assets/E88/330/sprockets%2Fe02d0adb5529ffafcea1b9e5ccf69a5b +669 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- data/test/dummy/tmp/simple.js.js +20 -0
- data/test/dummy/tmp/soy-1325274421.js +20 -0
- data/test/dummy/tmp/soy-1325286267.js +20 -0
- data/test/test_helper.rb +10 -0
- data/test/yellow-brick-road_test.rb +7 -0
- metadata +538 -0
Binary file
|
@@ -0,0 +1,1118 @@
|
|
1
|
+
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1325441615.382072:@value{I"
|
2
|
+
class:EFI"BundledAsset;
|
3
|
+
FI"id;
|
4
|
+
F"%45c3b871b0dd55b8fe4d6eecfdea141eI"logical_path;
|
5
|
+
FI""closure/goog/events/events.js;
|
6
|
+
TI"
|
7
|
+
F"o/Volumes/Development/dev-web/yellow-brick-road/vendor/assets/closure-library/closure/goog/events/events.jsI"content_type;
|
8
|
+
FI"application/javascript;
|
9
|
+
FI"
|
10
|
+
mtime;
|
11
|
+
FI"2011-12-30T02:16:24+00:00;
|
12
|
+
FI" body;
|
13
|
+
FI"A�// Copyright 2005 The Closure Library Authors. All Rights Reserved.
|
14
|
+
//
|
15
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
16
|
+
// you may not use this file except in compliance with the License.
|
17
|
+
// You may obtain a copy of the License at
|
18
|
+
//
|
19
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
20
|
+
//
|
21
|
+
// Unless required by applicable law or agreed to in writing, software
|
22
|
+
// distributed under the License is distributed on an "AS-IS" BASIS,
|
23
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
24
|
+
// See the License for the specific language governing permissions and
|
25
|
+
// limitations under the License.
|
26
|
+
|
27
|
+
/**
|
28
|
+
* @fileoverview Event Manager.
|
29
|
+
*
|
30
|
+
* Provides an abstracted interface to the browsers' event
|
31
|
+
* systems. This uses an indirect lookup of listener functions to avoid circular
|
32
|
+
* references between DOM (in IE) or XPCOM (in Mozilla) objects which leak
|
33
|
+
* memory. This makes it easier to write OO Javascript/DOM code.
|
34
|
+
*
|
35
|
+
* It simulates capture & bubble in Internet Explorer.
|
36
|
+
*
|
37
|
+
* The listeners will also automagically have their event objects patched, so
|
38
|
+
* your handlers don't need to worry about the browser.
|
39
|
+
*
|
40
|
+
* Example usage:
|
41
|
+
* <pre>
|
42
|
+
* goog.events.listen(myNode, 'click', function(e) { alert('woo') });
|
43
|
+
* goog.events.listen(myNode, 'mouseover', mouseHandler, true);
|
44
|
+
* goog.events.unlisten(myNode, 'mouseover', mouseHandler, true);
|
45
|
+
* goog.events.removeAll(myNode);
|
46
|
+
* goog.events.removeAll();
|
47
|
+
* </pre>
|
48
|
+
*
|
49
|
+
* in IE and event object patching]
|
50
|
+
*
|
51
|
+
* @supported IE6+, FF1.5+, WebKit, Opera.
|
52
|
+
* @see ../demos/events.html
|
53
|
+
* @see ../demos/event-propagation.html
|
54
|
+
* @see ../demos/stopevent.html
|
55
|
+
*/
|
56
|
+
|
57
|
+
|
58
|
+
// This uses 3 lookup tables/trees.
|
59
|
+
// listenerTree_ is a tree of type -> capture -> src uid -> [Listener]
|
60
|
+
// listeners_ is a map of key -> [Listener]
|
61
|
+
//
|
62
|
+
// The key is a field of the Listener. The Listener class also has the type,
|
63
|
+
// capture and the src so one can always trace back in the tree
|
64
|
+
//
|
65
|
+
// sources_: src uid -> [Listener]
|
66
|
+
|
67
|
+
|
68
|
+
goog.provide('goog.events');
|
69
|
+
|
70
|
+
goog.require('goog.array');
|
71
|
+
goog.require('goog.debug.entryPointRegistry');
|
72
|
+
goog.require('goog.debug.errorHandlerWeakDep');
|
73
|
+
goog.require('goog.events.BrowserEvent');
|
74
|
+
goog.require('goog.events.BrowserFeature');
|
75
|
+
goog.require('goog.events.Event');
|
76
|
+
goog.require('goog.events.EventWrapper');
|
77
|
+
goog.require('goog.events.Listener');
|
78
|
+
goog.require('goog.object');
|
79
|
+
goog.require('goog.userAgent');
|
80
|
+
|
81
|
+
|
82
|
+
/**
|
83
|
+
* @define {boolean} Whether to always assume the garbage collector is good.
|
84
|
+
* @deprecated This is no longer needed and will be removed once apps are
|
85
|
+
* updated.
|
86
|
+
*/
|
87
|
+
goog.events.ASSUME_GOOD_GC = false;
|
88
|
+
|
89
|
+
|
90
|
+
/**
|
91
|
+
* Container for storing event listeners and their proxies
|
92
|
+
* @private
|
93
|
+
* @type {Object.<goog.events.Listener>}
|
94
|
+
*/
|
95
|
+
goog.events.listeners_ = {};
|
96
|
+
|
97
|
+
|
98
|
+
/**
|
99
|
+
* The root of the listener tree
|
100
|
+
* @private
|
101
|
+
* @type {Object}
|
102
|
+
*/
|
103
|
+
goog.events.listenerTree_ = {};
|
104
|
+
|
105
|
+
|
106
|
+
/**
|
107
|
+
* Lookup for mapping source UIDs to listeners.
|
108
|
+
* @private
|
109
|
+
* @type {Object}
|
110
|
+
*/
|
111
|
+
goog.events.sources_ = {};
|
112
|
+
|
113
|
+
|
114
|
+
/**
|
115
|
+
* String used to prepend to IE event types. Not a constant so that it is not
|
116
|
+
* inlined.
|
117
|
+
* @type {string}
|
118
|
+
* @private
|
119
|
+
*/
|
120
|
+
goog.events.onString_ = 'on';
|
121
|
+
|
122
|
+
|
123
|
+
/**
|
124
|
+
* Map of computed on strings for IE event types. Caching this removes an extra
|
125
|
+
* object allocation in goog.events.listen which improves IE6 performance.
|
126
|
+
* @type {Object}
|
127
|
+
* @private
|
128
|
+
*/
|
129
|
+
goog.events.onStringMap_ = {};
|
130
|
+
|
131
|
+
|
132
|
+
/**
|
133
|
+
* Separator used to split up the various parts of an event key, to help avoid
|
134
|
+
* the possibilities of collisions.
|
135
|
+
* @type {string}
|
136
|
+
* @private
|
137
|
+
*/
|
138
|
+
goog.events.keySeparator_ = '_';
|
139
|
+
|
140
|
+
|
141
|
+
/**
|
142
|
+
* Adds an event listener for a specific event on a DOM Node or an object that
|
143
|
+
* has implemented {@link goog.events.EventTarget}. A listener can only be
|
144
|
+
* added once to an object and if it is added again the key for the listener
|
145
|
+
* is returned.
|
146
|
+
*
|
147
|
+
* @param {EventTarget|goog.events.EventTarget} src The node to listen to
|
148
|
+
* events on.
|
149
|
+
* @param {string|Array.<string>} type Event type or array of event types.
|
150
|
+
* @param {Function|Object} listener Callback method, or an object with a
|
151
|
+
* handleEvent function.
|
152
|
+
* @param {boolean=} opt_capt Whether to fire in capture phase (defaults to
|
153
|
+
* false).
|
154
|
+
* @param {Object=} opt_handler Element in whose scope to call the listener.
|
155
|
+
* @return {?number} Unique key for the listener.
|
156
|
+
*/
|
157
|
+
goog.events.listen = function(src, type, listener, opt_capt, opt_handler) {
|
158
|
+
if (!type) {
|
159
|
+
throw Error('Invalid event type');
|
160
|
+
} else if (goog.isArray(type)) {
|
161
|
+
for (var i = 0; i < type.length; i++) {
|
162
|
+
goog.events.listen(src, type[i], listener, opt_capt, opt_handler);
|
163
|
+
}
|
164
|
+
return null;
|
165
|
+
} else {
|
166
|
+
var capture = !!opt_capt;
|
167
|
+
var map = goog.events.listenerTree_;
|
168
|
+
|
169
|
+
if (!(type in map)) {
|
170
|
+
map[type] = {count_: 0, remaining_: 0};
|
171
|
+
}
|
172
|
+
map = map[type];
|
173
|
+
|
174
|
+
if (!(capture in map)) {
|
175
|
+
map[capture] = {count_: 0, remaining_: 0};
|
176
|
+
map.count_++;
|
177
|
+
}
|
178
|
+
map = map[capture];
|
179
|
+
|
180
|
+
var srcUid = goog.getUid(src);
|
181
|
+
var listenerArray, listenerObj;
|
182
|
+
|
183
|
+
// The remaining_ property is used to be able to short circuit the iteration
|
184
|
+
// of the event listeners.
|
185
|
+
//
|
186
|
+
// Increment the remaining event listeners to call even if this event might
|
187
|
+
// already have been fired. At this point we do not know if the event has
|
188
|
+
// been fired and it is too expensive to find out. By incrementing it we are
|
189
|
+
// guaranteed that we will not skip any event listeners.
|
190
|
+
map.remaining_++;
|
191
|
+
|
192
|
+
// Do not use srcUid in map here since that will cast the number to a
|
193
|
+
// string which will allocate one string object.
|
194
|
+
if (!map[srcUid]) {
|
195
|
+
listenerArray = map[srcUid] = [];
|
196
|
+
map.count_++;
|
197
|
+
} else {
|
198
|
+
listenerArray = map[srcUid];
|
199
|
+
// Ensure that the listeners do not already contain the current listener
|
200
|
+
for (var i = 0; i < listenerArray.length; i++) {
|
201
|
+
listenerObj = listenerArray[i];
|
202
|
+
if (listenerObj.listener == listener &&
|
203
|
+
listenerObj.handler == opt_handler) {
|
204
|
+
|
205
|
+
// If this listener has been removed we should not return its key. It
|
206
|
+
// is OK that we create new listenerObj below since the removed one
|
207
|
+
// will be cleaned up later.
|
208
|
+
if (listenerObj.removed) {
|
209
|
+
break;
|
210
|
+
}
|
211
|
+
|
212
|
+
// We already have this listener. Return its key.
|
213
|
+
return listenerArray[i].key;
|
214
|
+
}
|
215
|
+
}
|
216
|
+
}
|
217
|
+
|
218
|
+
var proxy = goog.events.getProxy();
|
219
|
+
proxy.src = src;
|
220
|
+
listenerObj = new goog.events.Listener();
|
221
|
+
listenerObj.init(listener, proxy, src, type, capture, opt_handler);
|
222
|
+
var key = listenerObj.key;
|
223
|
+
proxy.key = key;
|
224
|
+
|
225
|
+
listenerArray.push(listenerObj);
|
226
|
+
goog.events.listeners_[key] = listenerObj;
|
227
|
+
|
228
|
+
if (!goog.events.sources_[srcUid]) {
|
229
|
+
goog.events.sources_[srcUid] = [];
|
230
|
+
}
|
231
|
+
goog.events.sources_[srcUid].push(listenerObj);
|
232
|
+
|
233
|
+
|
234
|
+
// Attach the proxy through the browser's API
|
235
|
+
if (src.addEventListener) {
|
236
|
+
if (src == goog.global || !src.customEvent_) {
|
237
|
+
src.addEventListener(type, proxy, capture);
|
238
|
+
}
|
239
|
+
} else {
|
240
|
+
// The else above used to be else if (src.attachEvent) and then there was
|
241
|
+
// another else statement that threw an exception warning the developer
|
242
|
+
// they made a mistake. This resulted in an extra object allocation in IE6
|
243
|
+
// due to a wrapper object that had to be implemented around the element
|
244
|
+
// and so was removed.
|
245
|
+
src.attachEvent(goog.events.getOnString_(type), proxy);
|
246
|
+
}
|
247
|
+
|
248
|
+
return key;
|
249
|
+
}
|
250
|
+
};
|
251
|
+
|
252
|
+
|
253
|
+
/**
|
254
|
+
* Helper function for returning a proxy function.
|
255
|
+
* @return {Function} A new or reused function object.
|
256
|
+
*/
|
257
|
+
goog.events.getProxy = function() {
|
258
|
+
var proxyCallbackFunction = goog.events.handleBrowserEvent_;
|
259
|
+
// Use a local var f to prevent one allocation.
|
260
|
+
var f = goog.events.BrowserFeature.HAS_W3C_EVENT_SUPPORT ?
|
261
|
+
function(eventObject) {
|
262
|
+
return proxyCallbackFunction.call(f.src, f.key, eventObject);
|
263
|
+
} :
|
264
|
+
function(eventObject) {
|
265
|
+
var v = proxyCallbackFunction.call(f.src, f.key, eventObject);
|
266
|
+
// NOTE(user): In IE, we hack in a capture phase. However, if
|
267
|
+
// there is inline event handler which tries to prevent default (for
|
268
|
+
// example <a href="..." onclick="return false">...</a>) in a
|
269
|
+
// descendant element, the prevent default will be overridden
|
270
|
+
// by this listener if this listener were to return true. Hence, we
|
271
|
+
// return undefined.
|
272
|
+
if (!v) return v;
|
273
|
+
};
|
274
|
+
return f;
|
275
|
+
};
|
276
|
+
|
277
|
+
|
278
|
+
/**
|
279
|
+
* Adds an event listener for a specific event on a DomNode or an object that
|
280
|
+
* has implemented {@link goog.events.EventTarget}. After the event has fired
|
281
|
+
* the event listener is removed from the target.
|
282
|
+
*
|
283
|
+
* @param {EventTarget|goog.events.EventTarget} src The node to listen to
|
284
|
+
* events on.
|
285
|
+
* @param {string|Array.<string>} type Event type or array of event types.
|
286
|
+
* @param {Function|Object} listener Callback method.
|
287
|
+
* @param {boolean=} opt_capt Fire in capture phase?.
|
288
|
+
* @param {Object=} opt_handler Element in whose scope to call the listener.
|
289
|
+
* @return {?number} Unique key for the listener.
|
290
|
+
*/
|
291
|
+
goog.events.listenOnce = function(src, type, listener, opt_capt, opt_handler) {
|
292
|
+
if (goog.isArray(type)) {
|
293
|
+
for (var i = 0; i < type.length; i++) {
|
294
|
+
goog.events.listenOnce(src, type[i], listener, opt_capt, opt_handler);
|
295
|
+
}
|
296
|
+
return null;
|
297
|
+
}
|
298
|
+
|
299
|
+
var key = goog.events.listen(src, type, listener, opt_capt, opt_handler);
|
300
|
+
var listenerObj = goog.events.listeners_[key];
|
301
|
+
listenerObj.callOnce = true;
|
302
|
+
return key;
|
303
|
+
};
|
304
|
+
|
305
|
+
|
306
|
+
/**
|
307
|
+
* Adds an event listener with a specific event wrapper on a DOM Node or an
|
308
|
+
* object that has implemented {@link goog.events.EventTarget}. A listener can
|
309
|
+
* only be added once to an object.
|
310
|
+
*
|
311
|
+
* @param {EventTarget|goog.events.EventTarget} src The node to listen to
|
312
|
+
* events on.
|
313
|
+
* @param {goog.events.EventWrapper} wrapper Event wrapper to use.
|
314
|
+
* @param {Function|Object} listener Callback method, or an object with a
|
315
|
+
* handleEvent function.
|
316
|
+
* @param {boolean=} opt_capt Whether to fire in capture phase (defaults to
|
317
|
+
* false).
|
318
|
+
* @param {Object=} opt_handler Element in whose scope to call the listener.
|
319
|
+
*/
|
320
|
+
goog.events.listenWithWrapper = function(src, wrapper, listener, opt_capt,
|
321
|
+
opt_handler) {
|
322
|
+
wrapper.listen(src, listener, opt_capt, opt_handler);
|
323
|
+
};
|
324
|
+
|
325
|
+
|
326
|
+
/**
|
327
|
+
* Removes an event listener which was added with listen().
|
328
|
+
*
|
329
|
+
* @param {EventTarget|goog.events.EventTarget} src The target to stop
|
330
|
+
* listening to events on.
|
331
|
+
* @param {string|Array.<string>} type The name of the event without the 'on'
|
332
|
+
* prefix.
|
333
|
+
* @param {Function|Object} listener The listener function to remove.
|
334
|
+
* @param {boolean=} opt_capt In DOM-compliant browsers, this determines
|
335
|
+
* whether the listener is fired during the capture or bubble phase of the
|
336
|
+
* event.
|
337
|
+
* @param {Object=} opt_handler Element in whose scope to call the listener.
|
338
|
+
* @return {?boolean} indicating whether the listener was there to remove.
|
339
|
+
*/
|
340
|
+
goog.events.unlisten = function(src, type, listener, opt_capt, opt_handler) {
|
341
|
+
if (goog.isArray(type)) {
|
342
|
+
for (var i = 0; i < type.length; i++) {
|
343
|
+
goog.events.unlisten(src, type[i], listener, opt_capt, opt_handler);
|
344
|
+
}
|
345
|
+
return null;
|
346
|
+
}
|
347
|
+
|
348
|
+
var capture = !!opt_capt;
|
349
|
+
|
350
|
+
var listenerArray = goog.events.getListeners_(src, type, capture);
|
351
|
+
if (!listenerArray) {
|
352
|
+
return false;
|
353
|
+
}
|
354
|
+
|
355
|
+
for (var i = 0; i < listenerArray.length; i++) {
|
356
|
+
if (listenerArray[i].listener == listener &&
|
357
|
+
listenerArray[i].capture == capture &&
|
358
|
+
listenerArray[i].handler == opt_handler) {
|
359
|
+
return goog.events.unlistenByKey(listenerArray[i].key);
|
360
|
+
}
|
361
|
+
}
|
362
|
+
|
363
|
+
return false;
|
364
|
+
};
|
365
|
+
|
366
|
+
|
367
|
+
/**
|
368
|
+
* Removes an event listener which was added with listen() by the key
|
369
|
+
* returned by listen().
|
370
|
+
*
|
371
|
+
* @param {?number} key The key returned by listen() for this event listener.
|
372
|
+
* @return {boolean} indicating whether the listener was there to remove.
|
373
|
+
*/
|
374
|
+
goog.events.unlistenByKey = function(key) {
|
375
|
+
// Do not use key in listeners here since that will cast the number to a
|
376
|
+
// string which will allocate one string object.
|
377
|
+
if (!goog.events.listeners_[key]) {
|
378
|
+
return false;
|
379
|
+
}
|
380
|
+
var listener = goog.events.listeners_[key];
|
381
|
+
|
382
|
+
if (listener.removed) {
|
383
|
+
return false;
|
384
|
+
}
|
385
|
+
|
386
|
+
var src = listener.src;
|
387
|
+
var type = listener.type;
|
388
|
+
var proxy = listener.proxy;
|
389
|
+
var capture = listener.capture;
|
390
|
+
|
391
|
+
if (src.removeEventListener) {
|
392
|
+
// EventTarget calls unlisten so we need to ensure that the source is not
|
393
|
+
// an event target to prevent re-entry.
|
394
|
+
// TODO(arv): What is this goog.global for? Why would anyone listen to
|
395
|
+
// events on the [[Global]] object? Is it supposed to be window? Why would
|
396
|
+
// we not want to allow removing event listeners on the window?
|
397
|
+
if (src == goog.global || !src.customEvent_) {
|
398
|
+
src.removeEventListener(type, proxy, capture);
|
399
|
+
}
|
400
|
+
} else if (src.detachEvent) {
|
401
|
+
src.detachEvent(goog.events.getOnString_(type), proxy);
|
402
|
+
}
|
403
|
+
|
404
|
+
var srcUid = goog.getUid(src);
|
405
|
+
var listenerArray = goog.events.listenerTree_[type][capture][srcUid];
|
406
|
+
|
407
|
+
// In a perfect implementation we would decrement the remaining_ field here
|
408
|
+
// but then we would need to know if the listener has already been fired or
|
409
|
+
// not. We therefore skip doing this and in this uncommon case the entire
|
410
|
+
// ancestor chain will need to be traversed as before.
|
411
|
+
|
412
|
+
// Remove from sources_
|
413
|
+
if (goog.events.sources_[srcUid]) {
|
414
|
+
var sourcesArray = goog.events.sources_[srcUid];
|
415
|
+
goog.array.remove(sourcesArray, listener);
|
416
|
+
if (sourcesArray.length == 0) {
|
417
|
+
delete goog.events.sources_[srcUid];
|
418
|
+
}
|
419
|
+
}
|
420
|
+
|
421
|
+
listener.removed = true;
|
422
|
+
listenerArray.needsCleanup_ = true;
|
423
|
+
goog.events.cleanUp_(type, capture, srcUid, listenerArray);
|
424
|
+
|
425
|
+
delete goog.events.listeners_[key];
|
426
|
+
|
427
|
+
return true;
|
428
|
+
};
|
429
|
+
|
430
|
+
|
431
|
+
/**
|
432
|
+
* Removes an event listener which was added with listenWithWrapper().
|
433
|
+
*
|
434
|
+
* @param {EventTarget|goog.events.EventTarget} src The target to stop
|
435
|
+
* listening to events on.
|
436
|
+
* @param {goog.events.EventWrapper} wrapper Event wrapper to use.
|
437
|
+
* @param {Function|Object} listener The listener function to remove.
|
438
|
+
* @param {boolean=} opt_capt In DOM-compliant browsers, this determines
|
439
|
+
* whether the listener is fired during the capture or bubble phase of the
|
440
|
+
* event.
|
441
|
+
* @param {Object=} opt_handler Element in whose scope to call the listener.
|
442
|
+
*/
|
443
|
+
goog.events.unlistenWithWrapper = function(src, wrapper, listener, opt_capt,
|
444
|
+
opt_handler) {
|
445
|
+
wrapper.unlisten(src, listener, opt_capt, opt_handler);
|
446
|
+
};
|
447
|
+
|
448
|
+
|
449
|
+
/**
|
450
|
+
* Cleans up the listener array as well as the listener tree
|
451
|
+
* @param {string} type The type of the event.
|
452
|
+
* @param {boolean} capture Whether to clean up capture phase listeners instead
|
453
|
+
* bubble phase listeners.
|
454
|
+
* @param {number} srcUid The unique ID of the source.
|
455
|
+
* @param {Array.<goog.events.Listener>} listenerArray The array being cleaned.
|
456
|
+
* @private
|
457
|
+
*/
|
458
|
+
goog.events.cleanUp_ = function(type, capture, srcUid, listenerArray) {
|
459
|
+
// The listener array gets locked during the dispatch phase so that removals
|
460
|
+
// of listeners during this phase does not screw up the indeces. This method
|
461
|
+
// is called after we have removed a listener as well as after the dispatch
|
462
|
+
// phase in case any listeners were removed.
|
463
|
+
if (!listenerArray.locked_) { // catches both 0 and not set
|
464
|
+
if (listenerArray.needsCleanup_) {
|
465
|
+
// Loop over the listener array and remove listeners that have removed set
|
466
|
+
// to true. This could have been done with filter or something similar but
|
467
|
+
// we want to change the array in place and we want to minimize
|
468
|
+
// allocations. Adding a listener during this phase adds to the end of the
|
469
|
+
// array so that works fine as long as the length is rechecked every in
|
470
|
+
// iteration.
|
471
|
+
for (var oldIndex = 0, newIndex = 0;
|
472
|
+
oldIndex < listenerArray.length;
|
473
|
+
oldIndex++) {
|
474
|
+
if (listenerArray[oldIndex].removed) {
|
475
|
+
var proxy = listenerArray[oldIndex].proxy;
|
476
|
+
proxy.src = null;
|
477
|
+
continue;
|
478
|
+
}
|
479
|
+
if (oldIndex != newIndex) {
|
480
|
+
listenerArray[newIndex] = listenerArray[oldIndex];
|
481
|
+
}
|
482
|
+
newIndex++;
|
483
|
+
}
|
484
|
+
listenerArray.length = newIndex;
|
485
|
+
|
486
|
+
listenerArray.needsCleanup_ = false;
|
487
|
+
|
488
|
+
// In case the length is now zero we release the object.
|
489
|
+
if (newIndex == 0) {
|
490
|
+
delete goog.events.listenerTree_[type][capture][srcUid];
|
491
|
+
goog.events.listenerTree_[type][capture].count_--;
|
492
|
+
|
493
|
+
if (goog.events.listenerTree_[type][capture].count_ == 0) {
|
494
|
+
delete goog.events.listenerTree_[type][capture];
|
495
|
+
goog.events.listenerTree_[type].count_--;
|
496
|
+
}
|
497
|
+
|
498
|
+
if (goog.events.listenerTree_[type].count_ == 0) {
|
499
|
+
delete goog.events.listenerTree_[type];
|
500
|
+
}
|
501
|
+
}
|
502
|
+
|
503
|
+
}
|
504
|
+
}
|
505
|
+
};
|
506
|
+
|
507
|
+
|
508
|
+
/**
|
509
|
+
* Removes all listeners from an object, if no object is specified it will
|
510
|
+
* remove all listeners that have been registered. You can also optionally
|
511
|
+
* remove listeners of a particular type or capture phase.
|
512
|
+
*
|
513
|
+
* @param {Object=} opt_obj Object to remove listeners from.
|
514
|
+
* @param {string=} opt_type Type of event to, default is all types.
|
515
|
+
* @param {boolean=} opt_capt Whether to remove the listeners from the capture
|
516
|
+
* or bubble phase. If unspecified, will remove both.
|
517
|
+
* @return {number} Number of listeners removed.
|
518
|
+
*/
|
519
|
+
goog.events.removeAll = function(opt_obj, opt_type, opt_capt) {
|
520
|
+
var count = 0;
|
521
|
+
|
522
|
+
var noObj = opt_obj == null;
|
523
|
+
var noType = opt_type == null;
|
524
|
+
var noCapt = opt_capt == null;
|
525
|
+
opt_capt = !!opt_capt;
|
526
|
+
|
527
|
+
if (!noObj) {
|
528
|
+
var srcUid = goog.getUid(/** @type {Object} */ (opt_obj));
|
529
|
+
if (goog.events.sources_[srcUid]) {
|
530
|
+
var sourcesArray = goog.events.sources_[srcUid];
|
531
|
+
for (var i = sourcesArray.length - 1; i >= 0; i--) {
|
532
|
+
var listener = sourcesArray[i];
|
533
|
+
if ((noType || opt_type == listener.type) &&
|
534
|
+
(noCapt || opt_capt == listener.capture)) {
|
535
|
+
goog.events.unlistenByKey(listener.key);
|
536
|
+
count++;
|
537
|
+
}
|
538
|
+
}
|
539
|
+
}
|
540
|
+
} else {
|
541
|
+
// Loop over the sources_ map instead of over the listeners_ since it is
|
542
|
+
// smaller which results in fewer allocations.
|
543
|
+
goog.object.forEach(goog.events.sources_, function(listeners) {
|
544
|
+
for (var i = listeners.length - 1; i >= 0; i--) {
|
545
|
+
var listener = listeners[i];
|
546
|
+
if ((noType || opt_type == listener.type) &&
|
547
|
+
(noCapt || opt_capt == listener.capture)) {
|
548
|
+
goog.events.unlistenByKey(listener.key);
|
549
|
+
count++;
|
550
|
+
}
|
551
|
+
}
|
552
|
+
});
|
553
|
+
}
|
554
|
+
|
555
|
+
return count;
|
556
|
+
};
|
557
|
+
|
558
|
+
|
559
|
+
/**
|
560
|
+
* Gets the listeners for a given object, type and capture phase.
|
561
|
+
*
|
562
|
+
* @param {Object} obj Object to get listeners for.
|
563
|
+
* @param {string} type Event type.
|
564
|
+
* @param {boolean} capture Capture phase?.
|
565
|
+
* @return {Array.<goog.events.Listener>} Array of listener objects.
|
566
|
+
*/
|
567
|
+
goog.events.getListeners = function(obj, type, capture) {
|
568
|
+
return goog.events.getListeners_(obj, type, capture) || [];
|
569
|
+
};
|
570
|
+
|
571
|
+
|
572
|
+
/**
|
573
|
+
* Gets the listeners for a given object, type and capture phase.
|
574
|
+
*
|
575
|
+
* @param {Object} obj Object to get listeners for.
|
576
|
+
* @param {?string} type Event type.
|
577
|
+
* @param {boolean} capture Capture phase?.
|
578
|
+
* @return {Array.<goog.events.Listener>?} Array of listener objects.
|
579
|
+
* Returns null if object has no listeners of that type.
|
580
|
+
* @private
|
581
|
+
*/
|
582
|
+
goog.events.getListeners_ = function(obj, type, capture) {
|
583
|
+
var map = goog.events.listenerTree_;
|
584
|
+
if (type in map) {
|
585
|
+
map = map[type];
|
586
|
+
if (capture in map) {
|
587
|
+
map = map[capture];
|
588
|
+
var objUid = goog.getUid(obj);
|
589
|
+
if (map[objUid]) {
|
590
|
+
return map[objUid];
|
591
|
+
}
|
592
|
+
}
|
593
|
+
}
|
594
|
+
|
595
|
+
return null;
|
596
|
+
};
|
597
|
+
|
598
|
+
|
599
|
+
/**
|
600
|
+
* Gets the goog.events.Listener for the event or null if no such listener is
|
601
|
+
* in use.
|
602
|
+
*
|
603
|
+
* @param {EventTarget|goog.events.EventTarget} src The node from which to get
|
604
|
+
* listeners.
|
605
|
+
* @param {?string} type The name of the event without the 'on' prefix.
|
606
|
+
* @param {Function|Object} listener The listener function to get.
|
607
|
+
* @param {boolean=} opt_capt In DOM-compliant browsers, this determines
|
608
|
+
* whether the listener is fired during the
|
609
|
+
* capture or bubble phase of the event.
|
610
|
+
* @param {Object=} opt_handler Element in whose scope to call the listener.
|
611
|
+
* @return {goog.events.Listener?} the found listener or null if not found.
|
612
|
+
*/
|
613
|
+
goog.events.getListener = function(src, type, listener, opt_capt, opt_handler) {
|
614
|
+
var capture = !!opt_capt;
|
615
|
+
var listenerArray = goog.events.getListeners_(src, type, capture);
|
616
|
+
if (listenerArray) {
|
617
|
+
for (var i = 0; i < listenerArray.length; i++) {
|
618
|
+
// If goog.events.unlistenByKey is called during an event dispatch
|
619
|
+
// then the listener array won't get cleaned up and there might be
|
620
|
+
// 'removed' listeners in the list. Ignore those.
|
621
|
+
if (!listenerArray[i].removed &&
|
622
|
+
listenerArray[i].listener == listener &&
|
623
|
+
listenerArray[i].capture == capture &&
|
624
|
+
listenerArray[i].handler == opt_handler) {
|
625
|
+
// We already have this listener. Return its key.
|
626
|
+
return listenerArray[i];
|
627
|
+
}
|
628
|
+
}
|
629
|
+
}
|
630
|
+
return null;
|
631
|
+
};
|
632
|
+
|
633
|
+
|
634
|
+
/**
|
635
|
+
* Returns whether an event target has any active listeners matching the
|
636
|
+
* specified signature. If either the type or capture parameters are
|
637
|
+
* unspecified, the function will match on the remaining criteria.
|
638
|
+
*
|
639
|
+
* @param {EventTarget|goog.events.EventTarget} obj Target to get listeners for.
|
640
|
+
* @param {string=} opt_type Event type.
|
641
|
+
* @param {boolean=} opt_capture Whether to check for capture or bubble-phase
|
642
|
+
* listeners.
|
643
|
+
* @return {boolean} Whether an event target has one or more listeners matching
|
644
|
+
* the requested type and/or capture phase.
|
645
|
+
*/
|
646
|
+
goog.events.hasListener = function(obj, opt_type, opt_capture) {
|
647
|
+
var objUid = goog.getUid(obj);
|
648
|
+
var listeners = goog.events.sources_[objUid];
|
649
|
+
|
650
|
+
if (listeners) {
|
651
|
+
var hasType = goog.isDef(opt_type);
|
652
|
+
var hasCapture = goog.isDef(opt_capture);
|
653
|
+
|
654
|
+
if (hasType && hasCapture) {
|
655
|
+
// Lookup in the listener tree whether the specified listener exists.
|
656
|
+
var map = goog.events.listenerTree_[opt_type];
|
657
|
+
return !!map && !!map[opt_capture] && objUid in map[opt_capture];
|
658
|
+
|
659
|
+
} else if (!(hasType || hasCapture)) {
|
660
|
+
// Simple check for whether the event target has any listeners at all.
|
661
|
+
return true;
|
662
|
+
|
663
|
+
} else {
|
664
|
+
// Iterate through the listeners for the event target to find a match.
|
665
|
+
return goog.array.some(listeners, function(listener) {
|
666
|
+
return (hasType && listener.type == opt_type) ||
|
667
|
+
(hasCapture && listener.capture == opt_capture);
|
668
|
+
});
|
669
|
+
}
|
670
|
+
}
|
671
|
+
|
672
|
+
return false;
|
673
|
+
};
|
674
|
+
|
675
|
+
|
676
|
+
/**
|
677
|
+
* Provides a nice string showing the normalized event objects public members
|
678
|
+
* @param {Object} e Event Object.
|
679
|
+
* @return {string} String of the public members of the normalized event object.
|
680
|
+
*/
|
681
|
+
goog.events.expose = function(e) {
|
682
|
+
var str = [];
|
683
|
+
for (var key in e) {
|
684
|
+
if (e[key] && e[key].id) {
|
685
|
+
str.push(key + ' = ' + e[key] + ' (' + e[key].id + ')');
|
686
|
+
} else {
|
687
|
+
str.push(key + ' = ' + e[key]);
|
688
|
+
}
|
689
|
+
}
|
690
|
+
return str.join('\n');
|
691
|
+
};
|
692
|
+
|
693
|
+
|
694
|
+
/**
|
695
|
+
* Returns a string wth on prepended to the specified type. This is used for IE
|
696
|
+
* which expects "on" to be prepended. This function caches the string in order
|
697
|
+
* to avoid extra allocations in steady state.
|
698
|
+
* @param {string} type Event type strng.
|
699
|
+
* @return {string} The type string with 'on' prepended.
|
700
|
+
* @private
|
701
|
+
*/
|
702
|
+
goog.events.getOnString_ = function(type) {
|
703
|
+
if (type in goog.events.onStringMap_) {
|
704
|
+
return goog.events.onStringMap_[type];
|
705
|
+
}
|
706
|
+
return goog.events.onStringMap_[type] = goog.events.onString_ + type;
|
707
|
+
};
|
708
|
+
|
709
|
+
|
710
|
+
/**
|
711
|
+
* Fires an object's listeners of a particular type and phase
|
712
|
+
*
|
713
|
+
* @param {Object} obj Object whose listeners to call.
|
714
|
+
* @param {string} type Event type.
|
715
|
+
* @param {boolean} capture Which event phase.
|
716
|
+
* @param {Object} eventObject Event object to be passed to listener.
|
717
|
+
* @return {boolean} True if all listeners returned true else false.
|
718
|
+
*/
|
719
|
+
goog.events.fireListeners = function(obj, type, capture, eventObject) {
|
720
|
+
var map = goog.events.listenerTree_;
|
721
|
+
if (type in map) {
|
722
|
+
map = map[type];
|
723
|
+
if (capture in map) {
|
724
|
+
return goog.events.fireListeners_(map[capture], obj, type,
|
725
|
+
capture, eventObject);
|
726
|
+
}
|
727
|
+
}
|
728
|
+
return true;
|
729
|
+
};
|
730
|
+
|
731
|
+
|
732
|
+
/**
|
733
|
+
* Fires an object's listeners of a particular type and phase.
|
734
|
+
*
|
735
|
+
* @param {Object} map Object with listeners in it.
|
736
|
+
* @param {Object} obj Object whose listeners to call.
|
737
|
+
* @param {string} type Event type.
|
738
|
+
* @param {boolean} capture Which event phase.
|
739
|
+
* @param {Object} eventObject Event object to be passed to listener.
|
740
|
+
* @return {boolean} True if all listeners returned true else false.
|
741
|
+
* @private
|
742
|
+
*/
|
743
|
+
goog.events.fireListeners_ = function(map, obj, type, capture, eventObject) {
|
744
|
+
var retval = 1;
|
745
|
+
|
746
|
+
var objUid = goog.getUid(obj);
|
747
|
+
if (map[objUid]) {
|
748
|
+
map.remaining_--;
|
749
|
+
var listenerArray = map[objUid];
|
750
|
+
|
751
|
+
// If locked_ is not set (and if already 0) initialize it to 1.
|
752
|
+
if (!listenerArray.locked_) {
|
753
|
+
listenerArray.locked_ = 1;
|
754
|
+
} else {
|
755
|
+
listenerArray.locked_++;
|
756
|
+
}
|
757
|
+
|
758
|
+
try {
|
759
|
+
// Events added in the dispatch phase should not be dispatched in
|
760
|
+
// the current dispatch phase. They will be included in the next
|
761
|
+
// dispatch phase though.
|
762
|
+
var length = listenerArray.length;
|
763
|
+
for (var i = 0; i < length; i++) {
|
764
|
+
var listener = listenerArray[i];
|
765
|
+
// We might not have a listener if the listener was removed.
|
766
|
+
if (listener && !listener.removed) {
|
767
|
+
retval &=
|
768
|
+
goog.events.fireListener(listener, eventObject) !== false;
|
769
|
+
}
|
770
|
+
}
|
771
|
+
} finally {
|
772
|
+
listenerArray.locked_--;
|
773
|
+
goog.events.cleanUp_(type, capture, objUid, listenerArray);
|
774
|
+
}
|
775
|
+
}
|
776
|
+
|
777
|
+
return Boolean(retval);
|
778
|
+
};
|
779
|
+
|
780
|
+
|
781
|
+
/**
|
782
|
+
* Fires a listener with a set of arguments
|
783
|
+
*
|
784
|
+
* @param {goog.events.Listener} listener The listener object to call.
|
785
|
+
* @param {Object} eventObject The event object to pass to the listener.
|
786
|
+
* @return {boolean} Result of listener.
|
787
|
+
*/
|
788
|
+
goog.events.fireListener = function(listener, eventObject) {
|
789
|
+
var rv = listener.handleEvent(eventObject);
|
790
|
+
if (listener.callOnce) {
|
791
|
+
goog.events.unlistenByKey(listener.key);
|
792
|
+
}
|
793
|
+
return rv;
|
794
|
+
};
|
795
|
+
|
796
|
+
|
797
|
+
/**
|
798
|
+
* Gets the total number of listeners currently in the system.
|
799
|
+
* @return {number} Number of listeners.
|
800
|
+
*/
|
801
|
+
goog.events.getTotalListenerCount = function() {
|
802
|
+
return goog.object.getCount(goog.events.listeners_);
|
803
|
+
};
|
804
|
+
|
805
|
+
|
806
|
+
/**
|
807
|
+
* Dispatches an event (or event like object) and calls all listeners
|
808
|
+
* listening for events of this type. The type of the event is decided by the
|
809
|
+
* type property on the event object.
|
810
|
+
*
|
811
|
+
* If any of the listeners returns false OR calls preventDefault then this
|
812
|
+
* function will return false. If one of the capture listeners calls
|
813
|
+
* stopPropagation, then the bubble listeners won't fire.
|
814
|
+
*
|
815
|
+
* @param {goog.events.EventTarget} src The event target.
|
816
|
+
* @param {string|Object|goog.events.Event} e Event object.
|
817
|
+
* @return {boolean} If anyone called preventDefault on the event object (or
|
818
|
+
* if any of the handlers returns false) this will also return false.
|
819
|
+
* If there are no handlers, or if all handlers return true, this returns
|
820
|
+
* true.
|
821
|
+
*/
|
822
|
+
goog.events.dispatchEvent = function(src, e) {
|
823
|
+
var type = e.type || e;
|
824
|
+
var map = goog.events.listenerTree_;
|
825
|
+
if (!(type in map)) {
|
826
|
+
return true;
|
827
|
+
}
|
828
|
+
|
829
|
+
// If accepting a string or object, create a custom event object so that
|
830
|
+
// preventDefault and stopPropagation work with the event.
|
831
|
+
if (goog.isString(e)) {
|
832
|
+
e = new goog.events.Event(e, src);
|
833
|
+
} else if (!(e instanceof goog.events.Event)) {
|
834
|
+
var oldEvent = e;
|
835
|
+
e = new goog.events.Event(type, src);
|
836
|
+
goog.object.extend(e, oldEvent);
|
837
|
+
} else {
|
838
|
+
e.target = e.target || src;
|
839
|
+
}
|
840
|
+
|
841
|
+
var rv = 1, ancestors;
|
842
|
+
|
843
|
+
map = map[type];
|
844
|
+
var hasCapture = true in map;
|
845
|
+
var targetsMap;
|
846
|
+
|
847
|
+
if (hasCapture) {
|
848
|
+
// Build ancestors now
|
849
|
+
ancestors = [];
|
850
|
+
for (var parent = src; parent; parent = parent.getParentEventTarget()) {
|
851
|
+
ancestors.push(parent);
|
852
|
+
}
|
853
|
+
|
854
|
+
targetsMap = map[true];
|
855
|
+
targetsMap.remaining_ = targetsMap.count_;
|
856
|
+
|
857
|
+
// Call capture listeners
|
858
|
+
for (var i = ancestors.length - 1;
|
859
|
+
!e.propagationStopped_ && i >= 0 && targetsMap.remaining_;
|
860
|
+
i--) {
|
861
|
+
e.currentTarget = ancestors[i];
|
862
|
+
rv &= goog.events.fireListeners_(targetsMap, ancestors[i], e.type,
|
863
|
+
true, e) &&
|
864
|
+
e.returnValue_ != false;
|
865
|
+
}
|
866
|
+
}
|
867
|
+
|
868
|
+
var hasBubble = false in map;
|
869
|
+
if (hasBubble) {
|
870
|
+
targetsMap = map[false];
|
871
|
+
targetsMap.remaining_ = targetsMap.count_;
|
872
|
+
|
873
|
+
if (hasCapture) { // We have the ancestors.
|
874
|
+
|
875
|
+
// Call bubble listeners
|
876
|
+
for (var i = 0; !e.propagationStopped_ && i < ancestors.length &&
|
877
|
+
targetsMap.remaining_;
|
878
|
+
i++) {
|
879
|
+
e.currentTarget = ancestors[i];
|
880
|
+
rv &= goog.events.fireListeners_(targetsMap, ancestors[i], e.type,
|
881
|
+
false, e) &&
|
882
|
+
e.returnValue_ != false;
|
883
|
+
}
|
884
|
+
} else {
|
885
|
+
// In case we don't have capture we don't have to build up the
|
886
|
+
// ancestors array.
|
887
|
+
|
888
|
+
for (var current = src;
|
889
|
+
!e.propagationStopped_ && current && targetsMap.remaining_;
|
890
|
+
current = current.getParentEventTarget()) {
|
891
|
+
e.currentTarget = current;
|
892
|
+
rv &= goog.events.fireListeners_(targetsMap, current, e.type,
|
893
|
+
false, e) &&
|
894
|
+
e.returnValue_ != false;
|
895
|
+
}
|
896
|
+
}
|
897
|
+
}
|
898
|
+
|
899
|
+
return Boolean(rv);
|
900
|
+
};
|
901
|
+
|
902
|
+
|
903
|
+
/**
|
904
|
+
* Installs exception protection for the browser event entry point using the
|
905
|
+
* given error handler.
|
906
|
+
*
|
907
|
+
* @param {goog.debug.ErrorHandler} errorHandler Error handler with which to
|
908
|
+
* protect the entry point.
|
909
|
+
*/
|
910
|
+
goog.events.protectBrowserEventEntryPoint = function(errorHandler) {
|
911
|
+
goog.events.handleBrowserEvent_ = errorHandler.protectEntryPoint(
|
912
|
+
goog.events.handleBrowserEvent_);
|
913
|
+
};
|
914
|
+
|
915
|
+
|
916
|
+
/**
|
917
|
+
* Handles an event and dispatches it to the correct listeners. This
|
918
|
+
* function is a proxy for the real listener the user specified.
|
919
|
+
*
|
920
|
+
* @param {string} key Unique key for the listener.
|
921
|
+
* @param {Event=} opt_evt Optional event object that gets passed in via the
|
922
|
+
* native event handlers.
|
923
|
+
* @return {boolean} Result of the event handler.
|
924
|
+
* @this {goog.events.EventTarget|Object} The object or Element that
|
925
|
+
* fired the event.
|
926
|
+
* @private
|
927
|
+
*/
|
928
|
+
goog.events.handleBrowserEvent_ = function(key, opt_evt) {
|
929
|
+
// If the listener isn't there it was probably removed when processing
|
930
|
+
// another listener on the same event (e.g. the later listener is
|
931
|
+
// not managed by closure so that they are both fired under IE)
|
932
|
+
if (!goog.events.listeners_[key]) {
|
933
|
+
return true;
|
934
|
+
}
|
935
|
+
|
936
|
+
var listener = goog.events.listeners_[key];
|
937
|
+
var type = listener.type;
|
938
|
+
var map = goog.events.listenerTree_;
|
939
|
+
|
940
|
+
if (!(type in map)) {
|
941
|
+
return true;
|
942
|
+
}
|
943
|
+
map = map[type];
|
944
|
+
var retval, targetsMap;
|
945
|
+
// Synthesize event propagation if the browser does not support W3C
|
946
|
+
// event model.
|
947
|
+
if (!goog.events.BrowserFeature.HAS_W3C_EVENT_SUPPORT) {
|
948
|
+
var ieEvent = opt_evt ||
|
949
|
+
/** @type {Event} */ (goog.getObjectByName('window.event'));
|
950
|
+
|
951
|
+
// Check if we have any capturing event listeners for this type.
|
952
|
+
var hasCapture = true in map;
|
953
|
+
var hasBubble = false in map;
|
954
|
+
|
955
|
+
if (hasCapture) {
|
956
|
+
if (goog.events.isMarkedIeEvent_(ieEvent)) {
|
957
|
+
return true;
|
958
|
+
}
|
959
|
+
|
960
|
+
goog.events.markIeEvent_(ieEvent);
|
961
|
+
}
|
962
|
+
|
963
|
+
var evt = new goog.events.BrowserEvent();
|
964
|
+
evt.init(ieEvent, this);
|
965
|
+
|
966
|
+
retval = true;
|
967
|
+
try {
|
968
|
+
if (hasCapture) {
|
969
|
+
var ancestors = [];
|
970
|
+
|
971
|
+
for (var parent = evt.currentTarget;
|
972
|
+
parent;
|
973
|
+
parent = parent.parentNode) {
|
974
|
+
ancestors.push(parent);
|
975
|
+
}
|
976
|
+
|
977
|
+
targetsMap = map[true];
|
978
|
+
targetsMap.remaining_ = targetsMap.count_;
|
979
|
+
|
980
|
+
// Call capture listeners
|
981
|
+
for (var i = ancestors.length - 1;
|
982
|
+
!evt.propagationStopped_ && i >= 0 && targetsMap.remaining_;
|
983
|
+
i--) {
|
984
|
+
evt.currentTarget = ancestors[i];
|
985
|
+
retval &= goog.events.fireListeners_(targetsMap, ancestors[i], type,
|
986
|
+
true, evt);
|
987
|
+
}
|
988
|
+
|
989
|
+
if (hasBubble) {
|
990
|
+
targetsMap = map[false];
|
991
|
+
targetsMap.remaining_ = targetsMap.count_;
|
992
|
+
|
993
|
+
// Call bubble listeners
|
994
|
+
for (var i = 0;
|
995
|
+
!evt.propagationStopped_ && i < ancestors.length &&
|
996
|
+
targetsMap.remaining_;
|
997
|
+
i++) {
|
998
|
+
evt.currentTarget = ancestors[i];
|
999
|
+
retval &= goog.events.fireListeners_(targetsMap, ancestors[i], type,
|
1000
|
+
false, evt);
|
1001
|
+
}
|
1002
|
+
}
|
1003
|
+
|
1004
|
+
} else {
|
1005
|
+
// Bubbling, let IE handle the propagation.
|
1006
|
+
retval = goog.events.fireListener(listener, evt);
|
1007
|
+
}
|
1008
|
+
|
1009
|
+
} finally {
|
1010
|
+
if (ancestors) {
|
1011
|
+
ancestors.length = 0;
|
1012
|
+
}
|
1013
|
+
evt.dispose();
|
1014
|
+
}
|
1015
|
+
return retval;
|
1016
|
+
} // IE
|
1017
|
+
|
1018
|
+
// Caught a non-IE DOM event. 1 additional argument which is the event object
|
1019
|
+
var be = new goog.events.BrowserEvent(opt_evt, this);
|
1020
|
+
try {
|
1021
|
+
retval = goog.events.fireListener(listener, be);
|
1022
|
+
} finally {
|
1023
|
+
be.dispose();
|
1024
|
+
}
|
1025
|
+
return retval;
|
1026
|
+
};
|
1027
|
+
|
1028
|
+
|
1029
|
+
/**
|
1030
|
+
* This is used to mark the IE event object so we do not do the Closure pass
|
1031
|
+
* twice for a bubbling event.
|
1032
|
+
* @param {Event} e The IE browser event.
|
1033
|
+
* @private
|
1034
|
+
*/
|
1035
|
+
goog.events.markIeEvent_ = function(e) {
|
1036
|
+
// Only the keyCode and the returnValue can be changed. We use keyCode for
|
1037
|
+
// non keyboard events.
|
1038
|
+
// event.returnValue is a bit more tricky. It is undefined by default. A
|
1039
|
+
// boolean false prevents the default action. In a window.onbeforeunload and
|
1040
|
+
// the returnValue is non undefined it will be alerted. However, we will only
|
1041
|
+
// modify the returnValue for keyboard events. We can get a problem if non
|
1042
|
+
// closure events sets the keyCode or the returnValue
|
1043
|
+
|
1044
|
+
var useReturnValue = false;
|
1045
|
+
|
1046
|
+
if (e.keyCode == 0) {
|
1047
|
+
// We cannot change the keyCode in case that srcElement is input[type=file].
|
1048
|
+
// We could test that that is the case but that would allocate 3 objects.
|
1049
|
+
// If we use try/catch we will only allocate extra objects in the case of a
|
1050
|
+
// failure.
|
1051
|
+
/** @preserveTry */
|
1052
|
+
try {
|
1053
|
+
e.keyCode = -1;
|
1054
|
+
return;
|
1055
|
+
} catch (ex) {
|
1056
|
+
useReturnValue = true;
|
1057
|
+
}
|
1058
|
+
}
|
1059
|
+
|
1060
|
+
if (useReturnValue ||
|
1061
|
+
/** @type {boolean|undefined} */ (e.returnValue) == undefined) {
|
1062
|
+
e.returnValue = true;
|
1063
|
+
}
|
1064
|
+
};
|
1065
|
+
|
1066
|
+
|
1067
|
+
/**
|
1068
|
+
* This is used to check if an IE event has already been handled by the Closure
|
1069
|
+
* system so we do not do the Closure pass twice for a bubbling event.
|
1070
|
+
* @param {Event} e The IE browser event.
|
1071
|
+
* @return {boolean} True if the event object has been marked.
|
1072
|
+
* @private
|
1073
|
+
*/
|
1074
|
+
goog.events.isMarkedIeEvent_ = function(e) {
|
1075
|
+
return e.keyCode < 0 || e.returnValue != undefined;
|
1076
|
+
};
|
1077
|
+
|
1078
|
+
|
1079
|
+
/**
|
1080
|
+
* Counter to create unique event ids.
|
1081
|
+
* @type {number}
|
1082
|
+
* @private
|
1083
|
+
*/
|
1084
|
+
goog.events.uniqueIdCounter_ = 0;
|
1085
|
+
|
1086
|
+
|
1087
|
+
/**
|
1088
|
+
* Creates a unique event id.
|
1089
|
+
*
|
1090
|
+
* @param {string} identifier The identifier.
|
1091
|
+
* @return {string} A unique identifier.
|
1092
|
+
*/
|
1093
|
+
goog.events.getUniqueId = function(identifier) {
|
1094
|
+
return identifier + '_' + goog.events.uniqueIdCounter_++;
|
1095
|
+
};
|
1096
|
+
|
1097
|
+
|
1098
|
+
// Register the browser event handler as an entry point, so that
|
1099
|
+
// it can be monitored for exception handling, etc.
|
1100
|
+
goog.debug.entryPointRegistry.register(
|
1101
|
+
/**
|
1102
|
+
* @param {function(!Function): !Function} transformer The transforming
|
1103
|
+
* function.
|
1104
|
+
*/
|
1105
|
+
function(transformer) {
|
1106
|
+
goog.events.handleBrowserEvent_ = transformer(
|
1107
|
+
goog.events.handleBrowserEvent_);
|
1108
|
+
});
|
1109
|
+
;
|
1110
|
+
FI"asset_paths;
|
1111
|
+
F["o/Volumes/Development/dev-web/yellow-brick-road/vendor/assets/closure-library/closure/goog/events/events.jsI"dependency_paths;
|
1112
|
+
F[{I" path;
|
1113
|
+
F"o/Volumes/Development/dev-web/yellow-brick-road/vendor/assets/closure-library/closure/goog/events/events.jsI"
|
1114
|
+
mtime;
|
1115
|
+
FIu: Time
|
1116
|
+
T:offsetiI"hexdigest;
|
1117
|
+
F"%a3d83fd5dcba853eff02b59fe3628642I"
|
1118
|
+
F"%46dde6621c301f4928e3b34efee9e3b5
|