gecko/dom
Boris Zbarsky c78d4b4f3d Bug 742151. Fix the error reporting in the WebIDL parser to list correct line numbers. r=khuey
There are two changes here.  One is to pass tracking=True to our parser.  This makes it properly track positions
of all productions, not just of lexer tokens.  The second is to properly count up our newlines in the lex data,
since the lexer seems to report the line number of the start of the lex data, which is always 1 in our case.
2012-06-04 21:30:03 -04:00
..
apps Bug 760277 - Move Webapps.js and Webapps.jsm out of dom/base [r=mounir] 2012-06-01 14:40:17 -07:00
base Bug 591467 - Implement HTML5 Microdata API r=bz 2012-06-04 16:49:57 -07:00
battery Bug 756607 - Rewrite battery tests. r=jgriffin 2012-05-29 17:39:30 -07:00
bindings Bug 742151. Fix the error reporting in the WebIDL parser to list correct line numbers. r=khuey 2012-06-04 21:30:03 -04:00
bluetooth Bug 744349 - Create message distribution mechanism for DBus Bluetooth Signals; r=cjones 2012-06-02 11:23:16 -07:00
contacts Bug 751052 - Contacts: Support SIM contacts synchronization. r=sicking 2012-06-01 10:07:07 -07:00
devicestorage Bug 760643 - Device Storage - Delete isn't working. r=sicking 2012-06-01 13:19:08 -07:00
file Bug 761123 - Remove extra semicolon at end of NS_IMPL_EVENT_HANDLER() decl. r=janv 2012-06-04 16:57:25 +02:00
imptests Bug 591467 - Add tests for microdata 2012-06-04 16:49:57 -07:00
indexedDB Bug 761136 - fix uses of uint64_t vs PRUint64 after bug 666693. r=bent 2012-06-04 17:01:51 +02:00
interfaces Bug 591467 - Implement HTML5 Microdata API r=bz 2012-06-04 16:49:57 -07:00
ipc Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking. 2012-06-01 10:21:12 -07:00
locales Fix for bug 743666 (Add back deprecated XHR.onuploadprogress). r=bzbarsky 2012-06-04 21:29:56 -04:00
media Bug 752353: DOM bindings for getUserMedia; r=jst 2012-06-03 00:35:15 -07:00
mms Bug 749856 - Part 8: Respect X-Mms-Delivery-Report field, r=philikon 2012-06-04 13:05:12 +08:00
network Bug 744344 - B2G RIL: Add DOM API for getting the list of available networks. r=philikon sr=sicking 2012-06-01 14:10:39 -07:00
plugins Merge mozilla-central to mozilla-inbound 2012-05-30 18:24:56 +01:00
power Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
settings Bug 753862 - Settings API: electrolysis support. r=fabrice 2012-06-04 16:12:24 -07:00
sms Bug 756607 - Rewrite SMS tests. r=jgriffin DONTBUILD because NPOTB 2012-05-29 17:41:44 -07:00
src Bug 722857 - Determine private browsing status for DOMStorage from owning docshell if available, and receive updates if its privacy status changes. r=mayhemer 2012-05-26 09:37:58 +01:00
system Backout of 2f4307a63c18 - Bug 759989. 2012-06-04 12:22:23 -07:00
telephony Bug 756607 - Rewrite telephony tests. r=jgriffin 2012-05-29 17:39:46 -07:00
tests Bug 744719 - Change offline cache update to load files in parallel, r=michal.novotny 2012-06-04 16:12:23 +02:00
webidl Fix for bug 743666 (Add back deprecated XHR.onuploadprogress). r=bzbarsky 2012-06-04 21:29:56 -04:00
wifi Bug 736102 - Decide on units for Wifi + MobileConnection signal strength. r=mrbkap 2012-06-01 14:09:59 -07:00
workers Fix for bug 743666 (Add back deprecated XHR.onuploadprogress). r=bzbarsky 2012-06-04 21:29:56 -04:00
dom-config.mk Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-06-03 12:04:40 -07:00
Makefile.in Bug 744360 - Part 1: add WspPduHelper, r=philikon 2012-06-04 13:04:24 +08:00