Chris Peterson
32d196ae2a
Bug 799307 - Remove some XPCDebug.cpp cruft that was obsoleted by bug 787856. r=billm
2012-10-08 17:29:47 -07:00
Andrew Sutherland
afc1dc2bc7
Bug 799547 - Network stats landing in dom/network broke MozTCPSocket when MOZ_B2G_RIL is defined (like on Otoro devies) by clobbering EXTRA_COMPONENTS in Makefile.in. rs=jdm
2012-10-09 12:58:33 -04:00
Justin Lebar
f49afd22bc
Bug 799536 - Disable sync on B2G. r=fabrice
2012-10-09 12:49:15 -04:00
Kyle Huey
11b8389ee5
Bug 789846: Ensure that we unblock unload if we're only pretending that the request finished. r=joe
2012-10-09 09:47:14 -07:00
Tomas Dainovec
2b3be6c1ca
Bug 793459: File.lastModifiedDate should return the current date if no lastModifiedDate is available. r=khuey
2012-10-04 15:38:18 +01:00
Gian-Carlo Pascutto
7e060cde28
Bug 785960 - Add FENNEC_ prefix, and add Telmetry for "Don't keep activities". r=kats
2012-10-09 17:59:44 +02:00
Gian-Carlo Pascutto
80bbfaa507
Bug 785960 - "Don't keep activities" developer option gets counted as OOM in telemetry. r=kats
2012-10-09 17:59:42 +02:00
EKR
57e12aaa01
Bug 799246: Conditionally enable webrtc unit tests r=jesup,ted,cjones
2012-10-08 18:56:00 -07:00
Bobby Holley
d0d995d7bd
Bug 786142 - Make sure we have a real WN in MoveWrappers. r=peterv
2012-10-09 17:28:13 +02:00
Gabor Krizsanits
f8f14a142c
Bug 684601 - window.toString.call() with native JS Object; r=bz
2012-10-09 17:21:53 +02:00
Eddy Bruel
19b6130596
Bug 797469 - Avoid putting a JSFunction in Objectbox; r=jorendorff
2012-10-09 17:02:00 +02:00
Ehsan Akhgari
95975a997f
Bug 795238 follow-up - #include Attributes.h which defines MOZ_HAVE_CXX11_ENUM_TYPE
2012-10-09 09:39:32 -04:00
Jonathan Kew
74e2ba0e80
bug 797398 - use harfbuzz for all text shaping on Linux. r=jdaggett
2012-10-09 14:38:09 +01:00
Gavin Sharp
9950e31ae4
Fix line endings in these tests, no bug
...
--HG--
extra : rebase_source : aad2a9b54a69182f75de437cf0f15316729ca64a
2012-10-09 14:44:49 +02:00
Georg Fritzsche
1288b96ef4
Bug 791798 - topcrash in mozilla::plugins::parent::_releaseobject because of incremental GC: we're creating a new wrapper before teardown which races with the release event. r=bsmedberg
2012-10-01 19:53:35 +02:00
Boris Zbarsky
4e2b097bf2
Bug 792890. Fix JS-wrapping of callback interfaces to just return the underlying JS object. r=peterv
...
There are several changes here:
1) When wrapping a callback interface object for JS, just extract the
underlying JSObject from inside it and hand that object out.
2) Flag callback interface descriptors as "not concrete" (only matters
for cases when they have constants on the interface object) and not
wrappercached (will catch bugs if someone tries to treat them as a
Gecko object).
3) Fix a preexisting bug in sequence wrapping where we'd try to
JS_DefineElement twice if we were wrapping a null value for a
sequence of nullable interface objects.
2012-10-10 15:57:57 -04:00
Boris Zbarsky
9dc86ac76f
Bug 792137. [TreatNonCallableAsNull] lives on the callback type now. r=peterv
2012-10-10 15:53:02 -04:00
Aryeh Gregor
3e704d0910
Bug 795804 - Use WeakPtr for nsTextEditorState where appropriate; r=ehsan
2012-10-10 15:22:27 -04:00
David Zbarsky
fc6f3c9e95
Bug 797419 - Fix strict mode warnings in controller.js r=mak
2012-10-10 15:20:39 -04:00
David Keeler
8bcc5d85eb
bug 797424 - move stripes-info-negative-small.png from toolkit to browser r=dao
...
--HG--
rename : toolkit/themes/pinstripe/mozapps/extensions/stripes-info-negative-small.png => browser/themes/pinstripe/click-to-play-warning-stripes.png
rename : toolkit/themes/winstripe/mozapps/extensions/stripes-info-negative-small.png => browser/themes/winstripe/click-to-play-warning-stripes.png
2012-10-09 10:53:52 -07:00
Richard Newman
c13185e7f1
Bug 798430 - Copy our set HTTP headers across channel redirects. r=gps
2012-10-10 11:49:21 -07:00
Jonathan Kew
e673d4717d
bug 799900 - [HiDPI] account for device-pixel scaling for IME window position. r=smichaud
2012-10-10 19:09:29 +01:00
Rafael Ávila de Espíndola
2b545412b3
Bug 790830 - "Assertion failed: (len == 9 || len == 8), function parseHexColor" in test plugin. r=joshmoz.
2012-10-10 13:54:43 -04:00
Jeff Walden
5bd91d02a4
Minor style nits in WeakPtr code forgotten by me when reviewing. No bug, r=sparky
...
--HG--
extra : rebase_source : e8b8071218c9280e970ba4525a3e8ebab729d4eb
2012-10-08 16:03:52 -07:00
Jeff Walden
bb0c709053
Move TestBloomFilter out of XPCOM and into mfbt/tests, now that it exists. No bug, r=testingonlychange
...
--HG--
extra : rebase_source : 85a2a56bcc02bf122ee7fd21d16dffd534d1c98d
2012-10-03 17:09:59 -07:00
Leonard Camacho
e04bd7f907
Bug 795176 - [markup panel] Twisties are not properly aligned on Linux; r=msucan
2012-09-27 20:50:00 +03:00
Anton Kovalyov
b351b422af
Add 'Show hidden properties' checkbox (Bug 786070); r=past f=gavin,rcampbell,vporof
2012-10-05 11:20:47 -07:00
Mihai Sucan
514a8188b1
Bug 768096 - Web Console remote debugging protocol support - Part 2: window.console API and JS evaluation; r=past,robcee
2012-09-26 18:02:04 +01:00
Mihai Sucan
f81f8939ef
Bug 768096 - Web Console remote debugging protocol support - Part 1: page errors; r=past,robcee
...
--HG--
rename : browser/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/WebConsoleUtils.jsm
2012-09-26 18:07:57 +01:00
Girish Sharma
d4e986eada
Bug 782653 - Web Console CSS links should open the Style Editor; r=rcampbell f=msucan
2012-09-25 23:02:11 +05:30
Anton Kovalyov
81113c707c
Bug 737803 - Setting a breakpoint in a line without code should move the icon to the actual location; r=past
2012-10-08 10:08:12 -07:00
Panos Astithas
c6e43f4ec3
Bug 792925 - Dynamically-added tab-scoped actors should get a reference to their parent; r=msucan
2012-09-24 12:43:26 +01:00
Girish Sharma
5e1161463f
Bug 790272 - Unnecessary repaints of the Layout View, r=paul, r=jaws
2012-10-04 10:24:46 +05:30
Paul Rouget
ca6f9620f2
Bug 798284 - [responsive mode] dispatch some events; r=past
2012-10-05 13:23:12 +02:00
Paul Rouget
3094397a6a
Bug 796029 - [markup panel] Consider disabling the preview if we can't solve bug 795956; r=dcamp
2012-10-04 19:37:36 +02:00
saran
56d80cfbc3
Bug 768399 - GCLI output should not be forced to be xhtml; r=jwalker
2012-10-05 00:46:38 +01:00
Joe Walker
81f0bd1ec4
Bug 788215 - GCLI problems when replacing valid arg value with a new value; r=dcamp
2012-10-05 00:46:38 +01:00
Joe Walker
da2ce80456
Bug 766133 - [gcli] selected text looks bad; r=dão
2012-10-05 00:46:38 +01:00
Michael Ratcliffe
a2b5f66dea
Bug 797908 - [orange] SyntaxError: missing ) after argument list at resource:///modules/devtools/DeveloperToolbar.jsm:702 r=me
2012-10-04 18:05:38 +01:00
Michael Ratcliffe
08341f6e28
Bug 785134 - Update jsb to fix various bugs; r=jwalker
2012-10-03 19:10:07 +01:00
Michael Ratcliffe
4a6a65a4ed
Bug 786803 - GCLI help command panel is too big; r=jwalker
2012-10-04 10:32:36 +01:00
Rob Campbell
fc4c96b831
Bug 797527 - Remove InsideOutBox.jsm, DOMPlate.jsm and friends; r=dcamp
2012-10-03 13:41:00 -04:00
Panos Astithas
09681ca92a
Merge m-c to fx-team
2012-10-04 09:54:25 +03:00
Ryan VanderMeulen
c7df9c8a33
Backout 0cd12dcf7f8f, 5ff5e81e6de6, and 0ae09da96f63 (bug 740580) due to bug 797391.
2012-10-03 22:13:14 -04:00
Ryan VanderMeulen
b31022a4d8
Merge the last PGO-green inbound changeset to m-c.
2012-10-03 21:43:28 -04:00
Joe Drew
497540ccc2
Bug 797632 - Temporarily disable high-quality downscaling for causing crashes. r=jlebar
2012-10-03 19:53:30 -04:00
rjesup@jesup.org
269ef2ad58
Bug 797572: Export SRTP functions from libssl. r=bsmith
...
--HG--
extra : rebase_source : 0d95c706eafd57dec591cd2651d3a1ceaec83de4
2012-10-03 15:52:10 -07:00
OHZEKI Tetsuharu
6db103f0f7
Bug 797430 - Fix cannot move a bookmark separator by drag & drop. r=mak
2012-10-03 18:19:23 -04:00
David Rajchenbach-Teller
e8ce3f8165
Bug 797326 - Get the right line number printed in test_jsctypes.js.in. r=jorendorff
2012-10-03 18:19:23 -04:00
Shane Caraveo
27c8046cd5
Bug 797134 - Right-clicking on the Social API ambient notification buttons opens the panel and context menu. r=jaws
2012-10-03 13:57:13 -07:00