Commit Graph

118486 Commits

Author SHA1 Message Date
Kannan Vijayan
eb2bc2130c Bug 807498 - Do type monitoring on disabled GetElem ICs. r=sstangl 2013-01-14 11:20:23 -05:00
Ehsan Akhgari
695e7f0d25 Bug 827454 - Per-window private browsing theme changes for Linux; r=dao 2013-01-14 11:00:43 -05:00
Philip Chee
fcaab0e18a Bug 825417 SafeBrowsing.jsm: Don't hardcode phishing/malware table names (phishingList, malwareList) r=gcp. 2013-01-14 23:25:51 +08:00
David Burns
37e8280082 Bug 805475: add the ability to switch to active element in the document; r=jgriffin 2013-01-14 14:57:54 +00:00
Kartikaya Gupta
3518fd0948 Bug 828660 - Try to autodetect the compiler version in the android NDK. r=glandium 2013-01-14 09:35:40 -05:00
Ehsan Akhgari
fde894b532 Bug 827938 - Remove the extra horizontal line in the private window theme on Mac OS X when using tabs on bottom; r=dao 2013-01-09 11:15:59 -05:00
Ehsan Akhgari
c58996466d Bug 818224 - Show all chrome script errors originated from private windows; r=bholley 2013-01-14 09:17:37 -05:00
Jacek Caban
adf69cb8ea Bug 829518 - Use MOZ_SEH_* macros for SEH exceptions 2013-01-14 13:27:33 +01:00
Marco Chen
6e9b4d1ac0 Bug 829420 - [Camera] In GonkNativeWindow::dequeueBuffer, -1 will be used as index to access an Arrary. r=kanru 2013-01-11 18:18:35 +08:00
Yoshi Huang
835938782f Bug 828330 - B2G RIL: Expose iccid in nsIRadioInterfaceLayer.idl 2013-01-14 08:43:40 +08:00
Peter Van der Beken
e9af4de1e2 Fix for bug 827546 (|non editable element|.QueryInterface(Components.interfaces.nsIDOMNSEditableElement) does not throw anymore) - throw on QI failure. r=bz. 2013-01-14 11:29:49 +01:00
Andrea Marchesini
45b85ca21d Bug 829030 - Accessing the desktop notification API in the browser and approving permission errors out - API does not work, r=sicking 2013-01-14 11:08:55 +01:00
Dão Gottwald
e79f6a6c73 Bug 824825 - Add toolbar button and popup notification icons for tabs with camera / microphone access. r=dolske 2013-01-14 10:21:10 +01:00
Vicamo Yang
231a438414 Bug 813596: add marionette test cases, r=hsinyi 2013-01-14 17:05:26 +08:00
Robert Longson
80f8ce6e37 Bug 818177 - Try to make anim-filter-filterRes-01.svg fail less often. r=dholbert 2013-01-14 08:41:56 +00:00
Justin Lebar
c5061c5308 Bug 830125 - Follow-up: Fix typo in comment. DONTBUILD 2013-01-14 01:45:04 -05:00
Justin Lebar
d8be45a06e Bug 809949 - Dump memory reports when 'memory report' is written to a special fifo on disk. r=glandium,njn 2013-01-14 01:43:25 -05:00
Justin Lebar
b4d08d98c7 Bug 830125 - Add the preferences memory reporter off a runnable, so as to avoid recursive GetService calls. r=njn 2013-01-14 01:43:25 -05:00
Matt Woodrow
d395ad24f5 Bug 829921 - Make sure that we don't choose a reference frame that is an ancestor of the root reference frame. r=roc 2013-01-14 18:30:47 +13:00
Benjamin Chen
c18e8d8253 Bug 816900 - 1. Use |expandedPermNames[idx]| instead |msg.type + "-" + msg.access|. 2. Add |write, create| permissions in test_sim_contacts.js. r=gwagner 2013-01-09 13:25:34 +08:00
Vladan Djeric
1ad99fa69a Bug 830202: Track slow SQL strings from Firefox Health Report. r=taras 2013-01-13 21:56:39 -05:00
Phil Ringnalda
c7160f6aa0 Bug 696670, bug 696671, bug 696672, bug 696673, bug 703201 - switch Windows no-accel annotations to use fuzzy-if instead of fails-if
--HG--
extra : rebase_source : 801b413470016e9f165e824d8350687b3de1eb47
2013-01-13 15:05:23 -08:00
Hsin-Yi Tsai
23594f9df5 Bug 828160 - B2G RIL: not send duplicate incoming-call messages in some cases of 'waiting call coming' r=allstars.chh 2013-01-11 10:41:53 +08:00
Phil Ringnalda
d9967d6bd1 Back out ecac2ce4eada (bug 828126) for busting b2g's arm 2013-01-13 17:48:33 -08:00
Matthew Gregan
d09c72b061 Bug 829191 - Reset mEventDeliveryPaused before calling DispatchPendingMediaEvents. r=roc 2013-01-14 11:46:50 +13:00
Dave Townsend
13948d8c34 Bug 818468: Langpacks aren't being properly registered in bootstrappedAddons. r=Unfocused 2013-01-13 16:29:25 -08:00
Kartikaya Gupta
4d6ef1543a Bug 828126 - Remove ANDROID special-casing now that dependent bugs have been fixed. r=avih 2013-01-13 19:19:03 -05:00
Paolo Amadini
af4082bb00 Bug 824265 - Part 2 of 2 - Empty Downloads view should show that there are no downloads in the list. r=mano 2013-01-13 23:36:18 +02:00
Ehsan Akhgari
6e4250b126 Bug 829870 - Only draw in the title bar of private windows which are browser windows on Mac; r=gavin 2013-01-13 16:23:13 -05:00
Daniel Holbert
f159ce09df Bug 829975: Mark classes in nsGIOService.cpp & .h as MOZ_FINAL to fix their Wdelete-non-virtual-dtor build warnings. r=ehsan 2013-01-13 12:28:59 -08:00
Joe Drew
17334fe537 Bug 829710 - Restore hardware-accleration check for 10.6.x, x <= 2, mistakenly removed in bug 598401. r=BenWa 2013-01-11 22:59:48 -05:00
Masatoshi Kimura
59fe5876e3 Bug 830112 - Remove prtypes.h from intl/ and some other cleanups. r=smontagu 2013-01-14 03:06:28 +09:00
Randell Jesup
ee46771657 Bug 827878: TransportFlows must be released on STS thread r=ekr 2013-01-12 05:40:22 -05:00
Simon Montagu
883fa01917 Remove aStartAfterNode from WalkDescendantsSetDirectionFromText. Bug 828054, r=ehsan 2013-01-13 08:09:00 -08:00
Simon Montagu
d4c6128d9a Test for bug 828054 2013-01-13 08:09:00 -08:00
Simon Montagu
f132bdba21 Use IsHtml(foo) instead of NodeInfo()->Equals(foo). Bug 828166, r=peterv 2013-01-13 08:08:59 -08:00
Simon Montagu
bae5f7b024 Use a utility method for repeated code. Bug 828166, r=ehsan 2013-01-13 08:08:59 -08:00
Simon Montagu
4c9094d9a5 Fix whitespace and remove an unused method argument in DirectionalityUtils.cpp. Bug 828166, r=ehsan 2013-01-13 08:08:59 -08:00
Simon Montagu
32d311ff83 Set AncestorHasDirAuto on descendants of a node being bound to an element with HasDirAuto or AncestorHasDirAuto. Bug 827190, r=ehsan 2013-01-13 08:08:58 -08:00
Simon Montagu
ae5048a875 Test for bug 827190 2013-01-13 08:08:58 -08:00
Ryan VanderMeulen
a12327790e Merge m-c to inbound. 2013-01-13 09:39:32 -05:00
Robert Longson
54f9e67503 Bug 828526 - Lighting filters should operate in the sRGB colour space. r=roc 2013-01-13 10:38:02 +00:00
Robert Strong
808dbee277 Followup possible fix for Bug 814535 and Bug 774014 - Intermittent test_0201_app_launch_apply_update* and test_0203_app_launch_apply_update* | launch application timer expired. r=bbondy, a=test-only 2013-01-13 00:46:41 -08:00
Marty Rosenberg
92fc448e2c Bug 825006: There are some more cases where we can convert double arithmetic to integer arithmetic. (r=nbp) 2013-01-13 02:48:05 -05:00
Robert Strong
062a0de755 Possible fix for Bug 814535 and Bug 774014 - Intermittent test_0201_app_launch_apply_update* and test_0203_app_launch_apply_update* | launch application timer expired. r=bbondy 2013-01-12 23:30:11 -08:00
Richard Newman
a31709a935 bug 719484 - Part a: add license text to aboutHealthReport.dtd. r=comment-only 2013-01-12 22:50:21 -08:00
Richard Newman
a17f16e699 Bug 804745 - Part c: fix error in notification name handling. r=simple 2013-01-12 22:50:21 -08:00
Ryan VanderMeulen
e59d7421d3 Backed out changeset c8fe09ac1842 (bug 825720) on suspicion of making bug 772443 nearly perma-orange. 2013-01-12 21:00:30 -05:00
Ryan VanderMeulen
2e3b37c4ff Merge m-c to inbound. 2013-01-12 20:56:52 -05:00
Tim Taubert
77cdbe20da merge m-c to fx-team 2013-01-13 01:56:53 +01:00