Gregor Wagner
91a08070b8
Bug 807779 - [settings] allow readonly transactions. r=bent
2012-11-01 14:31:29 -07:00
Jonathan Griffin
4aa3749ab1
Bug 797162 - Add make target for b2g xpcshell tests, r=ted
2012-11-01 14:29:27 -07:00
Benoit Jacob
cc10ea918f
Bug 806369 - Stagefright blacklisting. Also extends Android Gfxinfo to support blacklist rules by Android API version, Model, Product, Hardware, Manufacturer - r=joe,doublec
2012-11-01 17:13:10 -04:00
Richard Newman
7652381386
Bug 807546 - Specify Connection: close in announcements fetch requests. r=liuche
2012-11-01 12:29:10 -07:00
Richard Newman
db8f2a8104
Merge m-c to s-c.
2012-11-01 12:28:15 -07:00
Rail Aliiev
887ff5edf6
Bug 806280 - l10n stub installers on latest-mozilla-aurora-l10n and latest-mozilla-central-l10n need to be signed builds. r=catlee,ted
2012-11-01 15:26:44 -04:00
Honza Bambas
85c94ec4cf
Bug 807712 - Remove LOG(("nsHttpHandler::NewURI"));, r=biesi DONTBUILD
2012-11-01 19:45:44 +01:00
Boris Zbarsky
06fca213bc
Bug 807222 part 5. Fix getOwnPropertyNames to work correctly on Window. r=jst
...
One note: it might be better to change the signature of Enumerate() to
indicate whether we're enumerating just the enumerable properties or
all of them, so we can skip doing this when someone does for...in on
the window.
2012-11-01 13:51:57 -04:00
Victor Porof
a7b9d70502
Bug 807222 part 4. Fix timeout in debugger propertyview test due to larger number of properties on the global. r=past
2012-11-03 13:57:33 +02:00
Boris Zbarsky
bd608c57ef
Bug 807222 part 3. Make sure we enter the right compartment before we try to define interface constants on a constructor. r=bholley
2012-11-05 10:20:04 -05:00
Boris Zbarsky
8fa9f91ba7
Bug 807222 part 2. Condition MozTimeManager classinfo so we don't stick it on the global in builds that don't ship the xpt for it. r=jlebar
2012-11-05 10:20:03 -05:00
Boris Zbarsky
c074df3e75
Bug 807222 part 1. Propertly condition MozActivity so we don't stick it on the global in builds that we don't ship the xpt for it in. r=fabrice
2012-11-05 10:20:03 -05:00
Nicolas Silva
9163020b45
Bug Bug 773440 - Remove unnecessary frame copies with async-video by stroring video frames in shared memory earlier in the pipeline. r=roc
2012-11-05 11:38:03 +01:00
Ed Morley
3df60ccac7
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-01 13:42:02 +00:00
Olli Pettay
05782f593d
Bug 779306 - Wildcard for 'all events', nsIEventListenerService.addListenerForAllEvents(target, listener), r=jst
2012-11-01 13:42:29 +01:00
Brad Lassey
180cc08e90
bug 805017 - Disable screen timeout when DOMFullscreen is enabled r=jst
2012-11-01 08:40:11 -04:00
Robert Longson
bb5f133bd4
Bug 807355 - Only create marker effects if the content is markable. r=jwatt
2012-11-01 09:41:51 +00:00
Panos Astithas
9bc475fdc6
Merge m-c to fx-team
2012-11-01 09:30:11 +02:00
Gene Lian
bb11b7ccf8
Bug 796255 - Alarm doesn’t ring on time if the app is killed and phone is allowed to suspend (part 2). r=vivien,jlebar
2012-11-01 10:30:18 +08:00
Richard Newman
f37f23ecac
Merge m-c to s-c.
2012-10-31 17:11:26 -07:00
Richard Newman
66a60c4906
Bug 693427 - Intermittent TEST-UNEXPECTED-FAIL | xpcshell/tests/services/sync/tests/unit/test_errorhandler_filelog.js | test failed (with xpcshell return code: 0) | false == true. r=trivial
2012-10-31 17:07:16 -07:00
Erick Dransch
548d04b119
bug 801986 - restore renderbuffer attachments on detach when necessary; r=bjacob
2012-10-31 15:11:40 -04:00
Chris Jones
54335e88a7
Bug 807478 - fix timeout argument to waitFor(), r=cjones
2012-10-31 23:51:30 -07:00
Jim Chen
f1b59463c9
Bug 805162 - l. Avoid unnecessarily setting selection, which can lead to side-effects in automated tests; r=cpeterson
2012-11-01 16:11:03 -04:00
Jim Chen
b21a381d6b
Bug 805162 - k. Use AutoIMEMask class to manage IME update masking variables; r=blassey
2012-11-01 16:11:03 -04:00
Jim Chen
8b48390a33
Bug 805162 - j. Implement GeckoEditable to encapsulate and marshal Gecko-Java IME communication; r=cpeterson
2012-11-01 16:11:03 -04:00
Jim Chen
6d3d60aab5
Bug 805162 - i. Refactor DebugGeckoInputConnection to be smaller by using reflection; r=cpeterson
2012-11-01 16:11:03 -04:00
Jim Chen
992e608471
Bug 805162 - h. Remove unused fields in GeckoInputConnection; r=cpeterson
2012-11-01 16:11:03 -04:00
Jim Chen
76b2093950
Bug 805162 - g. Reimplement key events in GeckoInputConnection using GeckoEditable; r=cpeterson
2012-11-01 16:11:03 -04:00
Jim Chen
69967e4941
Bug 805162 - f. Reimplement InputConnection methods using GeckoEditable; r=cpeterson
2012-11-01 16:11:03 -04:00
Jim Chen
96cf492bfd
Bug 805162 - e. Implement GeckoEditableListener in GeckoInputConnection; r=cpeterson
2012-11-01 16:11:02 -04:00
Jim Chen
ee82554eeb
Bug 805162 - d. Redefine and implement Gecko to Java IME notifications in widget; r=blassey
2012-11-01 16:11:02 -04:00
Jim Chen
e03ac8c336
Bug 805162 - c. Implement new Java to Gecko IME events in widget; r=blassey
2012-11-01 16:11:02 -04:00
Jim Chen
ce722ee743
Bug 805162 - b. Redefine Java to Gecko IME events to align with Android IME design; r=blassey
2012-11-01 16:11:02 -04:00
Jim Chen
64f8df20c2
Bug 805162 - a. Expose GeckoAppShell only to Gecko-side IME interface; r=blassey
2012-11-01 16:11:02 -04:00
Benoit Girard
a7286e2ebb
Bug 805355 - Disabling screenshoting by default to fix startup crash in _pixman_implementation_fill. r=blassey
2012-11-01 16:04:55 -04:00
Jim Mathies
8ee8d804b6
Bug 807756 - Fix bad gre paths in browser debugger jsm. r=gavin
2012-11-01 14:28:49 -05:00
Dão Gottwald
0bd446d9ba
Bug 807404 - Remove the 'switchingtabs' attribute after the next paint rather than depending on a synchronous layout flush. r=enn
2012-11-01 20:28:33 +01:00
Boris Zbarsky
3b02694d09
Back out rev 2682f9a1fc58, bug 807222, because it assumes that people aren't putting completely broken stuff on Window, which b2g does. CLOSED TREE
2012-11-01 15:19:08 -04:00
Benoit Girard
535c354737
Bug 807311 - Add a CompileScript profile label. r=ehsan
...
--HG--
extra : rebase_source : 34ad974b46270487d6ae47c50d63479096413653
2012-11-01 14:50:56 -04:00
Boris Zbarsky
542d9a7c0c
Bug 807222. Fix getOwnPropertyNames to work correctly on Window. r=jst
...
One note: it might be better to change the signature of Enumerate() to
indicate whether we're enumerating just the enumerable properties or
all of them, so we can skip doing this when someone does for...in on
the window.
2012-11-01 13:51:57 -04:00
Rob Wood
b61f89c670
Bug 807055 - Fix SMS test_timestamp.js random orange, update manifest; r=jgriffin, DONTBUILD(NPOTB)
2012-10-31 14:45:21 -04:00
Brian R. Bondy
7c4393cc13
Bug 802734 - Add a checkbox for sending telemetry ping information. r=jimm
2012-11-01 17:35:54 -04:00
Robert Strong
228791b31f
Bug 802734 - Add installer telemetry ping information. r=bbondy
2012-11-01 17:35:46 -04:00
Dão Gottwald
6d4b82ba46
Bug 756313 - Don't load the homepage before the first paint. r=enn
2012-11-01 22:00:35 +01:00
Panos Astithas
fdfd985c80
Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell
2012-10-31 18:31:55 +02:00
Victor Porof
e0501e8f86
Bug 806748 - Intermittent browser_dbg_location-changes-blank.js | The source editor not have any text displayed. - Got 546, expected 0, r=rcampbell
2012-11-02 09:32:31 +02:00
Victor Porof
e0fab10863
Bug 783729 - Debugger: JS scripts can get HTML syntax highlighting, r=rcampbell
2012-11-02 09:31:55 +02:00
Joe Walker
ec4475a595
Bug 801387 - GCLI rollup bug fix for bugs 795324, 797016, 791085; r=dcamp
2012-11-02 02:54:14 +00:00
Joe Walker
060d6f1b50
Bug 800346 - Autocompletion hint text is not visible in the latest Nightly; r=dcamp
2012-11-02 02:54:14 +00:00