James Willcox
2c9bdd0776
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
2012-01-31 09:40:58 -05:00
Boris Zbarsky
ba7cdb3f07
Backed out changeset e57ddd9fdd5e (bug 721741) because it breaks Android builds.
2012-01-31 23:38:35 -05:00
James Willcox
fefd8c5bca
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
2012-01-31 09:40:58 -05:00
Bas Schouten
f41ddf02da
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
2012-02-01 03:18:30 +01:00
Nicholas Nethercote
4f29e66f41
Bug 671299 (part 3) - Add style sheet memory reporters. r=dbaron.
2012-01-02 18:19:14 -08:00
Justin Lebar
0726882a1a
Bug 720069 - Fix intermittent oranges in test_browserFrame{1,2,3}.html. r=philor
2012-01-21 01:44:19 -05:00
Phil Ringnalda
4dc0ee3ba9
Back out ca4e2ab3717c (bug 720069) because I clearly didn't even think about it, much less test it
2012-01-20 21:51:41 -08:00
Phil Ringnalda
ca4b8800fa
Bug 720069 - define the script that the iframe onload calls before the iframe, to avoid orange when iframeLoad is not defined, r=jlebar
...
--HG--
extra : rebase_source : 9d73255bdca519fe7459c646a84dd37a9f2b519e
2012-01-20 20:48:04 -08:00
Geoff Lankow
3735d96789
Backed out changeset 2059cef905c4 (bug 719841)
2012-01-21 11:26:35 +13:00
Bobby Holley
f531f67ad9
Bug 719841 - Tests. r=jorendorff
2012-01-20 13:32:44 -08:00
Andrew McCreight
9b939c5f9b
bug 717711 - telemetry for time in between cycle collections. r=smaug
2012-01-20 12:02:18 -08:00
Justin Lebar
235e524f0e
Bug 710231 - Part 3: Add mozbrowserloadstart, mozbrowserloadend, mozbrowserlocationchange events to <iframe mozbrowser>. r=smaug
...
--HG--
extra : rebase_source : 01d82c02f56afd6aebf94443f223bc537536cc57
2012-01-20 12:02:48 -05:00
Justin Lebar
ff743fa577
Bug 710231 - Part 1: Back out bug 708176 part 2 (rev 1bdcd84ae727). r=smaug
...
--HG--
extra : rebase_source : 1c5768b85524a2c7ad63901e7d1f7acdbc075dcb
2012-01-20 12:02:28 -05:00
Josh Matthews
e701fdf04c
Bug 715700 - Cache all keys when setting a value in memory DBs r=mayhemer
2012-01-20 04:04:13 -05:00
Philipp von Weitershausen
d7645715b1
Bug 719283 - Part 2: Add stub SmsDatabaseService for Gonk. a=bustage
...
--HG--
rename : dom/sms/src/fallback/SmsDatabaseService.cpp => dom/sms/src/ril/SmsDatabaseService.cpp
rename : dom/sms/src/fallback/SmsDatabaseService.h => dom/sms/src/ril/SmsDatabaseService.h
2012-01-19 12:55:31 -08:00
Philipp von Weitershausen
c04d75d0f8
Bug 719283 - Part 1: Fix SmsService for Gonk. a=bustage
2012-01-19 12:55:25 -08:00
Philipp von Weitershausen
ca460e2371
Bug 711671 - Rename nsTelephonyWorker / nsITelephone to nsIRadioInterfaceLayer
...
--HG--
rename : dom/telephony/nsTelephonyWorker.js => dom/system/b2g/RadioInterfaceLayer.js
rename : dom/telephony/nsTelephonyWorker.manifest => dom/system/b2g/RadioInterfaceLayer.manifest
rename : dom/telephony/nsITelephone.idl => dom/system/b2g/nsIRadioInterfaceLayer.idl
rename : dom/telephony/nsTelephonyWorker.h => dom/system/b2g/nsRadioInterfaceLayer.h
rename : dom/telephony/ril_consts.js => dom/system/b2g/ril_consts.js
rename : dom/telephony/ril_worker.js => dom/system/b2g/ril_worker.js
2012-01-19 12:53:32 -08:00
Fabrice Desré
85d96fe6be
Bug 717975: only expose m-c implementation of navigator.mozApps on b2g : followup [r=jst]
2012-01-19 09:27:40 -08:00
Savita TS
d3614f2082
Bug 715555 - Fix "unusued" spelling. r=gavin
2012-01-19 15:54:35 +01:00
Kan-Ru Chen
58bfc9b21e
Bug 711300 - Add GPS support for gonk. r=jdm
2012-01-19 15:53:51 +01:00
Matt Woodrow
4749771972
Backout 0190782907ea because of failed tests
2012-01-19 19:37:02 +13:00
Matt Woodrow
4499e2be71
Bug 718334 - Fix some tests to make them work with Skia. r=roc
2012-01-19 17:48:35 +13:00
James Willcox
8f71c6ffa1
Bug 707439 - Fix Flash plugin positioning
...
--HG--
extra : rebase_source : aaa41297d293ffde1aabe5632ade6c416b4d541f
2012-01-18 10:41:35 -05:00
Johnny Stenback
060ca154e9
Bug 706381. Re-create the dummy java plugin when re-using the inner window. r=joshmoz@gmail.com
2012-01-18 15:50:14 -08:00
Wes Johnston
72f42280fd
Bug 603008 - Platform support for multitouch events. r=smaug
...
* * *
Bug 603008 - Platform support for multitouch events.
* * *
ifdefandroid
2011-12-16 16:24:11 -08:00
Michael Wu
48d99173c1
Bug 718679 - ipToString in nsWifiWorker.js uses wrong byte order, r=mrbkap
2012-01-18 13:22:12 -08:00
Wes Johnston
b15cefee9e
Bug 603008 - Only delay panning on pages with touch listeners. r=mfinkle
2012-01-25 01:31:33 +01:00
Jeff Muizelaar
223038ca63
Bug 719917. Add some more network and plugin related SAMPLE_LABELs. r=bgirard
...
--HG--
extra : rebase_source : d21f4ffb244ae661e1ca222c02a8fa8b40a071bd
2012-01-18 19:53:35 -05:00
Daniel Holbert
3dd501a196
Bug 720815: Remove extra semicolons after NS_DECL_EVENT_HANDLER() statements. r=bent
2012-01-24 14:01:57 -08:00
Vivien Nicolas
be98dfe2eb
Bug 720811 - this._activeCall is null if the call has not been answered r=philikon
2012-01-24 22:25:21 +01:00
Ben Turner
ed78ee5e53
Bug 718202. r=jst.
...
--HG--
extra : transplant_source : %1En%B7%8CN%F4kl%A8%3D%8C%8A%99%9A%10%F7%F4o%01l
2012-01-18 10:05:38 -08:00
Ben Turner
05e0f51928
Bug 718311. r=mrbkap.
...
--HG--
extra : transplant_source : %BB%A6%E6%5E%D5%21E%11m%82%1AM%87%94%0C%E6%9A%5C%95e
2012-01-17 12:06:10 -08:00
Ben Turner
630b235004
Bug 718100 - 'Web workers should GC more'. r=mrbkap.
...
--HG--
extra : transplant_source : %03D%F4%26%AA%03T%8A%B9%B7%27%AF%D4%8C%85%B2%DB%DFf%EF
2012-01-17 12:05:25 -08:00
Thinker Li
2fcc5aade6
Bug 713426 - Support PDP data call in ril_worker. r=philikon
2012-01-17 17:34:09 -08:00
Bas Schouten
30cfbd9cc0
Bug 710511: Rename DrawingModel to ANPDrawingModel r=snorp
2012-01-17 23:45:06 +01:00
Mounir Lamouri
ae85653da9
No bug - Fix build bustage because of jsdate.h not being accessible anymore. Push on CLOSED TREE. rs=Ms2ger
2012-01-17 20:56:13 +01:00
Mounir Lamouri
9888667efb
Bug 677166 - Part 7 - Network Information API: DOM implementation. r=sicking
2012-01-16 18:14:56 +01:00
Mounir Lamouri
15d460350a
Bug 677166 - Part 6 - Add NetworkInformation handling into hal. r=jlebar
2012-01-16 14:39:57 +01:00
Mounir Lamouri
fdf5184742
Bug 677166 - Part 5 - Use a pref for connection.metered. r=sicking
2012-01-16 13:25:13 +01:00
Mounir Lamouri
9e65d3a528
Bug 677166 - Part 4 - Add a pref to disable Network API. r=sicking
2012-01-16 13:24:08 +01:00
Mounir Lamouri
d6705dad7a
Bug 677166 - Part 3 - Implement mozConnection stub. r=sicking
2012-01-16 13:23:44 +01:00
Mounir Lamouri
225b0dc455
Bug 677166 - Part 2 - Add .mozConnection to Navigator object. r=sicking
2012-01-16 13:23:28 +01:00
Mounir Lamouri
6e2f6fb17a
Bug 677166 - Part 1 - Makefiles boilerplate. r=sicking
2012-01-16 13:23:01 +01:00
Mounir Lamouri
02eca2001b
Bug 713377 - Part 1 - Add a --disable-websms-backend build option. r=blassey
2012-01-16 19:53:09 +01:00
Mounir Lamouri
104c6e72f2
Bug 674725 - Part AU - Release message lists in case of GC. r=smaug,cjones
2012-01-17 19:43:08 +01:00
Mounir Lamouri
51107564e9
Bug 674725 - Part AT - Handle failures for getMessages(). r=smaug,cjones
2011-12-22 23:25:14 +01:00
Mounir Lamouri
13ea8eb61c
Bug 674725 - Part AS - Remove SmsCursor.filter. r=sicking
2011-12-19 12:10:30 +01:00
Mounir Lamouri
bfb8380483
Bug 674725 - Part AR - Handle reception of the next message in SmsRequestManager. r=smaug
2011-12-14 17:17:53 +01:00
Mounir Lamouri
09da127c98
Bug 674725 - Part AQ - Read the next message in the list (Android backend). r=cjones
2011-12-22 23:16:59 +01:00
Mounir Lamouri
300590c7ab
Bug 674725 - Part AP - Implementation of cursor.continue() in the DOM code. r=smaug
2012-01-17 19:42:39 +01:00
Mounir Lamouri
76e368a7a2
Bug 674725 - Part AO - Show the first message of message list in SmsCursor. r=smaug,cjones
2011-12-19 12:07:03 +01:00
Mounir Lamouri
c6598ac290
Bug 674725 - Part AN - Handling no messages in created message list. r=smaug,cjones
2011-12-19 12:04:53 +01:00
Mounir Lamouri
3b8b1cdf6a
Bug 674725 - Part AM - Implement SmsCursor. r=smaug
2012-01-10 20:45:03 +01:00
Mounir Lamouri
f3a7dabbc6
Bug 674725 - Part AK - Create an Android Cursor when a message list is requested. r=cjones
2011-12-20 09:07:25 +01:00
Mounir Lamouri
c9161f5922
Bug 674725 - Part AJ - Create a message list when getMessages() is called. r=smaug
2012-01-17 19:42:05 +01:00
Mounir Lamouri
d91e437b0f
Bug 674725 - Part AI - Implement SmsFilter. r=smaug,mrbkap
2012-01-17 19:48:58 +01:00
Mounir Lamouri
a921997fc2
Bug 674725 - Part AH - Allow to pass a SmsMessage or an id to delete(). r=mrbkap
2011-12-20 17:16:20 +01:00
Mounir Lamouri
97a37fb5c9
Bug 674725 - Part AG - Notify when delete() fails. r=smaug,cjones sr=sicking
2011-12-22 23:15:44 +01:00
Mounir Lamouri
92cf45e8cd
Bug 674725 - Part AF - Implement delete() on Android. r=cjones
2011-12-22 23:15:28 +01:00
Mounir Lamouri
39f3969aee
Bug 674725 - Part AE - Implement DOM and IPC boilerplate for delete(). r=smaug
2012-01-17 19:41:22 +01:00
Mounir Lamouri
ef742879a6
Bug 674725 - Part AD - Notify when getMessage() fails. r=smaug,cjones sr=sicking
2011-12-22 23:14:45 +01:00
Mounir Lamouri
a300600e0c
Bug 674725 - Part AC - Implement getMessage() on Android. r=cjones
2011-12-22 23:08:58 +01:00
Mounir Lamouri
461dc46995
Bug 674725 - Part AA - Implement DOM and IPC boilerplate for getMessage(). r=smaug
2011-12-20 16:58:58 +01:00
Mounir Lamouri
2757767300
Bug 674725 - Part Z - Allow sending to multiple recipients with send(). r=mrbkap
2011-12-20 15:30:16 +01:00
Mounir Lamouri
0c18bf7a81
Bug 674725 - Part Y - Notify when send() fails. r=smaug,cjones sr=sicking
2011-12-22 23:06:35 +01:00
Mounir Lamouri
32b8a98ec5
Bug 674725 - Part X - Use SmsRequest for send() method. r=smaug,cjones
2012-01-13 14:26:50 +01:00
Mounir Lamouri
c78903b653
Bug 674725 - Part W - Implement SmsRequestManager. r=smaug
2011-12-20 13:07:16 +01:00
Mounir Lamouri
8be65d561d
Bug 674725 - Part V - Implement SmsRequest. r=smaug,mrbkap
2012-01-10 20:37:11 +01:00
Mounir Lamouri
e0aff3ce59
Bug 674725 - Part T - WebSMS delivered event: DOM and IPC boilerplate. r=smaug
2012-01-10 20:36:25 +01:00
Mounir Lamouri
e7b41c0d50
Bug 674725 - Part S - Implement WebSMS sent event. r=cjones,smaug
2012-01-10 20:34:50 +01:00
Mounir Lamouri
205528614d
Bug 674725 - Part R - Save sent messages in the Android database. r=cjones
2012-01-13 14:25:47 +01:00
Mounir Lamouri
921b5a2395
Bug 674725 - Part Q - Implement SmsDatabaseService. r=smaug sr=cjones
...
--HG--
rename : dom/sms/src/SmsServiceFactory.cpp => dom/sms/src/SmsServicesFactory.cpp
rename : dom/sms/src/SmsServiceFactory.h => dom/sms/src/SmsServicesFactory.h
2012-01-10 20:19:56 +01:00
Mounir Lamouri
172a186c7c
Bug 712683 - Don't use GetMessage for SmsEvent implementation. r=mrbkap
...
This is fixing potential build errors on Windows because GetMessage is an
method defined in the global scope. Kind of sad and scary :(
2011-12-22 12:41:19 +01:00
Olli Pettay
1e6c915a7d
Bug 718340 - Don't traverse black windows, r=mccr8,jst
2012-01-17 12:20:57 +02:00
Blake Kaplan
bdec86a061
Bug 718001 - Run DHCP when wpa_supplicants connects to a network so auto-connects get DHCP and DNS love too. r=gal
2012-01-16 17:55:38 +01:00
Ginn Chen
0e40605d71
Bug 717174 plugin is all black with wmode opaque on a xBGR display and no RENDER r=karlt
2012-01-16 09:31:33 +08:00
Justin Wood
09b3d2e3d1
Merge m-c tip to m-i
2012-01-15 05:29:24 -05:00
Ms2ger
d18f6233a3
Bug 677079 - Part m: Expose context's compartment in jsfriendapi.h; r=jorendorff
2012-01-15 09:13:09 +01:00
Ms2ger
481a852857
Bug 677079 - Part k: Expose outstandingRequests in jsfriendapi.h; r=cdleary
2012-01-15 09:13:09 +01:00
Ms2ger
e684879904
Bug 677079 - Part j: Stop using js::ContextAllocPolicy in ListenerManager.cpp; r=bent+sfink
2012-01-15 09:13:09 +01:00
Ms2ger
b36971fb80
Bug 677079 - Part h: Expose debuggerHandler in jsfriendapi.h; r=igor
2012-01-15 09:13:09 +01:00
Ms2ger
799383f927
Bug 677079 - Part f: Expose structuredCloneCallbacks in jsfriendapi.h; r=jorendorff
2012-01-15 09:13:08 +01:00
Ms2ger
074cb0467e
Bug 677079 - Part e: Move js_GetSCOffset to jsfriendapi.h; r=luke
2012-01-15 09:13:08 +01:00
Ms2ger
6b0c6353bd
Bug 677079 - Part d: Move js_GetErrorMessage to jsfriendapi.h; r=jorendorff
2012-01-15 09:13:08 +01:00
Ms2ger
51011b3e2b
Bug 677079 - Part c: Stop installing jsdate.h; r=Waldo
2012-01-15 09:13:07 +01:00
Marco Bonardo
a64064f7b5
Merge last PGO-safe green changeset from mozilla-inbound to mozilla-central
2012-01-14 10:01:34 +01:00
Olli Pettay
d773e944e7
Bug 704583 - Add testing mode to FocusManager, p=enn,smaug r=smaug,enn
2012-01-13 14:42:18 +02:00
Tim Taubert
56aca129ef
merge m-c to fx-team
2012-01-13 11:40:59 +01:00
Ed Morley
fef529aa3f
Merge mozilla-central to mozilla-inbound
2012-01-13 03:19:46 +00:00
Tim Taubert
27bb5e2ce0
merge m-c to fx-team
2012-01-12 21:26:09 +01:00
Matt Brubeck
fa6a0c2cb8
Merge last green changeset from mozilla-inbound to mozilla-central
2012-01-12 08:22:14 -08:00
Masatoshi Kimura
940decf815
Bug 716570 - Rename blob URI scheme from "moz-filedata" to "blob" per spec. r=sicking
...
--HG--
rename : content/base/src/nsFileDataProtocolHandler.cpp => content/base/src/nsBlobProtocolHandler.cpp
rename : content/base/src/nsFileDataProtocolHandler.h => content/base/src/nsBlobProtocolHandler.h
2012-01-12 11:36:03 +01:00
Mihai Sucan
996a3e7b2f
Bug 611032 - Errors from before the Web Console is opened do not show. r=gavin.sharp,rcampbell f=rcampbell
...
--HG--
rename : browser/devtools/webconsole/test/browser_ConsoleAPICachedMessages.js => browser/devtools/webconsole/test/browser_cached_messages.js
2012-01-11 12:51:49 +02:00
Nathan Froyd
dd9956ac4f
Bug 715947 - add telemetry for timers fired; r=bz
2012-01-10 13:33:31 -05:00
Ben Turner
60f75defb0
Bug 717158 - 'B2G telephony: unknown (outgoing) call index is assumed to be incoming later'. r=cjones.
...
--HG--
extra : transplant_source : %7B%A6XC%07%87%20%A9W%AA.Le%A5%7B%1A%81%F1%FE%B5
2012-01-11 18:17:26 -08:00
Ben Turner
25d970dac1
Bug 716754 - 'Crash when accessing navigator.mozTelephony from chrome page'. r=sicking.
...
--HG--
extra : transplant_source : %EE%2AR%C4%F7lU%D8%B0%2A%0B%85V%B5o%F3%F8%C6%CD%5C
2012-01-11 18:19:53 -08:00
Philipp von Weitershausen
b2b29097f5
Bug 717434 - B2G telephony: audio isn't switched on for incoming calls and never switched off once switched on. r=bent
2012-01-11 16:20:16 -08:00
Philipp von Weitershausen
8aa67061b7
Bug 717156 - B2G telephony: crash after page reload due to improper callback unregistering. r=bent
2012-01-11 16:20:08 -08:00
Benjamin Smedberg
50e26bd07a
Bug 90268 mochitest - test that we only deliver an <object data=""> stream once, because on Windows in windowed mode (only!) this causes Flash to stop working. r=josh
2012-01-11 15:33:48 -05:00
Fabien Cellier
573c3fcad4
bug 410904 : add referrer in http request from npapi. r=josh
2012-01-11 14:38:19 -05:00
Ehsan Akhgari
f91de14389
Some debug information for bug 717243, r=me
2012-01-11 14:14:05 -05:00
Ms2ger
10ae9ad9d2
Merge m-c to m-i.
2012-01-11 12:15:35 +01:00
Marco Bonardo
701ab78640
Bug 712006 - Remove the Binder class from localStorage.
...
r=honzab
2012-01-11 11:43:15 +01:00
Marco Bonardo
a7dae5397f
Bug 711972 - Use a StatementCache in localStorage.
...
r=honzab
2012-01-11 11:43:12 +01:00
Ms2ger
badf95659c
Bug 332648 - Part g: Move AutoIdArray to jsapi.h; r=evilpie
2012-01-11 09:23:09 +01:00
Ms2ger
dbd0ec7cdd
Bug 332648 - Part e: Move AutoArrayRooter to jsapi.h; r=evilpie
2012-01-11 09:23:09 +01:00
Ms2ger
28ef8d5df7
Bug 332648 - Part c: Move AutoObjectRooter to jsapi.h; r=evilpie
2012-01-11 09:23:08 +01:00
Ms2ger
41e5f45d47
Bug 332648 - Part b: Move AutoValueRooter to jsapi.h; r=evilpie
...
This patch also moves the MarkRuntime function into the JS namespace.
2012-01-11 09:23:08 +01:00
Ms2ger
ba150c988a
Bug 714264 - Part c: Move IterateData / CollectCompartmentStatsForRuntime / GetExplicitNonHeapForRuntime to js/MemoryMetrics.h; r=njn
...
This patch also removes those APIs exposed in js/MemoryMetrics.h that aren't
used anymore.
2012-01-11 09:23:08 +01:00
Ms2ger
5788bfeabb
Bug 714458 - Part c: Don't include jscntxt.h in xpcprivate.h; r=bholley
...
This removes the inclusion from xpcprivate.h, and adds the include to XPConnect
files that still need it, along with notes to clarify what these files need
from the include. These notes will be removed while fixing bug 677079.
2012-01-11 09:23:08 +01:00
Ms2ger
7209aafe64
Bug 715206 - Remove XPConnect from IDB's LOCAL_INCLUDES (again); r=bholley
2012-01-11 09:23:07 +01:00
Benoit Girard
bda11d91b1
Bug 711564 - Disable ICA/CA Plug-in drawing model on 10.5 because of instability. r=smichaud
...
--HG--
extra : rebase_source : e204fd8058110d7fbefec1160013185dffc08132
2012-01-09 19:11:04 -05:00
Vladan Djeric
b6c5d40b28
Bug 711970 - Open localStorage DBs with the faster openUnsharedDatabase. r=mayhemer
2012-01-10 14:10:16 -05:00
Justin Lebar
e79f17be95
Bug 708176 - Part 2: Add {i,}frame.queryInnerState(), which allows privileged pages to peer into an iframe's state. r=smaug
...
--HG--
extra : rebase_source : dfd89eb7d451bac9ae4e4eb05d090c767f42ab8e
2012-01-10 12:57:40 -05:00
Fabrice Desré
13c10f6e0f
Bug 717975 - only expose m-c implementation of mavigator.mozApps on b2g [r=jst]
2012-01-13 21:09:24 -08:00
Hub Figuière
7fa48a9d4f
Bug 714976 - The role description should be HTML Content. r=tbsaunde
2012-01-06 15:21:17 -08:00
Mike Hommey
62c12f3946
Bug 716825 - Avoid loading system libraries with their full path. r=bjacob,r=gal,r=blassey
2012-01-13 07:23:02 +01:00
Simon Montagu
3ca7ecdbcb
Implement text-align-last. Bug 536557, r=dbaron
2012-01-12 19:52:21 +02:00
Ben Turner
6d315af78e
Bug 717173 - 'Crash @ JS_ReportPendingException'. r=khuey.
2012-01-12 08:55:44 -08:00
Ed Morley
2099bb7e42
Backout 6605cc311ec5 & 9217303c2e5c (bug 536557) for M4 orange
2012-01-12 15:33:00 +00:00
Simon Montagu
dec2df3fe1
Implement text-align-last. Bug 536557, r=dbaron
2012-01-12 16:29:20 +02:00
Philipp von Weitershausen
0e26051343
Bug 674726 follow-up: make WebTelephony build with gcc. r=bent DONTBUILD because NPOTB
2012-01-09 17:00:02 -08:00
Ben Turner
c99401ac2a
Bug 714459 - 'Rename RadioManager / nsIRadioWorker'. r=mrbkap.
...
--HG--
rename : dom/system/b2g/RadioManager.cpp => dom/system/b2g/SystemWorkerManager.cpp
rename : dom/system/b2g/RadioManager.h => dom/system/b2g/SystemWorkerManager.h
rename : dom/system/b2g/nsIRadioWorker.idl => dom/system/b2g/nsIWorkerHolder.idl
extra : transplant_source : 2%ED%03%8F%C0%98%06%25%8EnIb%8BI%B0O%EB%BF%E0%A2
2012-01-09 15:18:23 -08:00
Ben Turner
6f8017d643
Bug 674726 - WebTelephony. r=philikon+mounir, sr=sicking. Not part of the default build.
...
--HG--
extra : transplant_source : %1A%23%10d%88%B3%DA%87%C9%DD0%E6P%1Ct%AD%7D%80%B6%B4
2012-01-09 14:28:47 -08:00
Josh Matthews
18ebb800f7
Bug 716127 - Test for overlapping geolocation provider shutdown and unfulfilled request. r=dougt
2012-01-09 15:27:43 -05:00
Josh Matthews
327eed1ce5
Bug 716127 - Avoid shutting down geolocation providers if one-shot updates are pending. r=dougt
2012-01-09 15:27:06 -05:00
David Zbarsky
785e84c27d
Bug 682611 - Part 2: Remove nsIRange; r=smaug
2012-01-10 15:19:54 +01:00
David Zbarsky
3484fe1ebe
Bug 682611 - Part 1: Merge nsIDOMRange and nsIDOMNSRange; r=Ms2ger r=smaug
2012-01-10 15:19:54 +01:00
Markus Stange
3a55ce2e20
Bug 598482 part 4 - Remove unused nsIDOMWindowUtils::processUpdates. r=roc
2011-12-23 22:52:21 -05:00
Markus Stange
11a49c8991
Bug 598482 part 3 - Remove synchronous painting APIs from nsIWidget. r=roc
2011-12-23 22:52:21 -05:00
Markus Stange
1a8fc22417
Bug 598482 part 2 - Remove synchronous painting APIs from nsIViewManager. r=roc
2011-12-23 22:52:21 -05:00
Bobby Holley
9f17b789c2
Bug 715417 - Eliminate getPrincipalArray and globalPrivilegesEnabled from JSPrincipals. r=mrbkap
2012-01-06 17:29:02 -08:00
Rafael Ávila de Espíndola
332a89bb51
Bug 715325 - shutdown indexedDB during xpcom-shutdown. r=benjamin.
2012-01-06 12:07:29 -05:00
Marco Bonardo
27b788e814
Merge mozilla-central and mozilla-inbound
2012-01-06 13:26:21 +01:00
Jan Varga
55a292491b
Bug 715074 - SIGBUS on unaligned access in Key::EncodeNumber. r=sicking
2012-01-06 10:56:52 +01:00
Ben Turner
457c3ab479
Bug 715756: Workers: Enable TI and allow JIT hardening to be disabled. r=sicking.
...
--HG--
extra : transplant_source : J%CD%B8%E0V%AE%C2B%8D%80%F1%29%B12%B6SQ%08o%60
2012-01-05 17:51:21 -08:00
Neil Rashbrook
881148520a
Bustage fix for bug 714164
2012-01-05 22:42:24 +00:00
Neil Rashbrook
014627fc43
Mac OS X bustage fix for bug 714164
2012-01-05 22:14:20 +00:00
Neil Rashbrook
e7ecf3a5d5
Bug 714164 Restore some global window commands that were removed as part of bug 669026 because they appeared to be unused r=ehsan sr=roc
2012-01-05 21:33:41 +00:00
Ben Turner
9579552ed7
Remove stray tabs from ril_worker.js. No bug, DONTBUILD.
2012-01-05 08:17:20 -08:00
Marco Bonardo
05bdfa8d41
Merge last clean PGO changeset from mozilla-inbound to mozilla-central
2012-01-05 15:52:19 +01:00
Kyle Huey
c0ec2bddbd
Bug 715162: Move LazyIdleThread to xpcom/. r=bent
...
--HG--
rename : dom/indexedDB/LazyIdleThread.cpp => xpcom/threads/LazyIdleThread.cpp
rename : dom/indexedDB/LazyIdleThread.h => xpcom/threads/LazyIdleThread.h
2012-01-05 08:42:47 -05:00
Ed Morley
2ecce6e8b2
Merge mozilla-central to mozilla-inbound
2012-01-04 20:43:25 +00:00
Neil Rashbrook
a56ac42e1e
Backout changeset d1f777b14d52
...
DONTBUILD
2012-01-04 20:22:59 +00:00
Neil Rashbrook
e9ea053455
Bug 715129 File picker can't pick applications on Vista or later r=jimm
2012-01-04 20:13:35 +00:00
Kyle Huey
59ef816fb4
Bug 715014: Delete IndexedDB files directory so that databases can be opened again after being deleted. r=bent
2012-01-04 11:25:26 -05:00
Gabor Krizsanits
d4018edc95
Bug 587797 - Tests. r=khuey
2012-01-04 10:43:33 -05:00
Ben Turner
6a730276ef
Bug 711388 - 'WORKER_RUNTIME_HEAPSIZE too small for big PDFs in PDF.JS'. r=sicking.
...
--HG--
extra : transplant_source : %0E%A8%917%A6ak%16%C4%B0%02%B9G%BE%C3%24L%12%BEd
2012-01-04 11:11:32 -08:00
Marco Bonardo
4899b4290c
Merge mozilla-inbound and mozilla-central
2012-01-04 13:30:58 +01:00
Marco Bonardo
c1b16525ee
Merge last green PGO build from mozilla-inbound to mozilla-central
2012-01-04 13:25:07 +01:00