Граф коммитов

16624 Коммитов

Автор SHA1 Сообщение Дата
Markus Stange f4ad7f7695 Bug 1037433 - Update the image of an NSStatusItem when the image of its corresponding NSMenuItem changes. r=smichaud 2014-07-18 21:09:19 +02:00
Markus Stange 42401caa11 Bug 1037433 - Propagate menu icon updates in native Mac menus upwards. r=smichaud 2014-07-18 21:07:02 +02:00
Markus Stange 1c99871084 Bug 1037433 - Trigger icon loads for the root menu item of a standalone native menu. r=smichaud 2014-07-18 21:06:54 +02:00
Markus Stange abf6f3a059 Bug 1037433 - Add nsSystemStatusBarCocoa implementation of nsISystemStatusBar. . r=smichaud
This can be accessed from script using Cc["@mozilla.org/widget/macsystemstatusbar;1"].getService(Ci.nsISystemStatusBar).
2014-07-18 21:06:13 +02:00
Markus Stange fa6cfe59e3 Bug 1037433 - Add the nsISystemStatusBar interface. sr=vlad 2014-07-18 21:06:02 +02:00
Jim Chen ec2578f675 Bug 1038796 - Notify hang activity when processing Android app shell events; r=snorp 2014-07-18 12:53:41 -04:00
Bill McCloskey c87bbeeeda Bug 950745 - Flag when we're processing urgent messages and disallow certain activities (r=bsmedberg,luke) 2014-07-17 21:09:45 -07:00
Ehsan Akhgari 445b504fe6 Bug 1040037 - Give nsBidiKeyboard a private destructor; r=bjacob
--HG--
extra : rebase_source : 434f1a864574b40766a8382f077c3fad32761f41
2014-07-17 16:49:41 -04:00
Ehsan Akhgari 6f168e2caf Bug 1040031 - Give JumpListBuilder a private destructor; r=bjacob
--HG--
extra : rebase_source : c795efc05054b5e2f13912eff737b26bea04d625
2014-07-17 16:46:26 -04:00
Ehsan Akhgari 1eb7d7ab71 Bug 1040030 - Give InputScopeImpl a private destructor; r=bjacob
--HG--
extra : rebase_source : 1adc723ff0f284508b76c147ddc7f01c7b8a5491
2014-07-17 16:45:46 -04:00
Ehsan Akhgari 4dcd331d33 Bug 1038411 - Give myDownloadObserver a private destructor; r=mak 2014-07-16 13:21:23 -04:00
Mike Conley 2fd13cec8d Bug 1036003 - "Clean up formatting in nsScreenWin.cpp and nsScreenManagerWin.cpp". r=jmathies f=mconley 2014-07-14 09:52:00 +02:00
Ehsan Akhgari 5321aa5c87 Bug 1038190 - Give JumpListShortcut a private destructor; r=bjacob 2014-07-15 16:41:28 -04:00
Ehsan Akhgari 7d9f6d41ff Bug 1038166 - Give nsFilePicker a private destructor; r=bjacob 2014-07-15 16:40:41 -04:00
Ehsan Akhgari dccc763dca Bug 1038170 - Give GfxInfo a private destructor; r=bjacob 2014-07-15 16:40:08 -04:00
Ehsan Akhgari 510280e9c3 Bug 1038187 - Give JumpListSeparator a private destructor; r=bjacob 2014-07-15 16:39:45 -04:00
Ehsan Akhgari 3bda7f8003 Bug 1038189 - Give JumpListLink a private destructor; r=bjacob 2014-07-15 16:39:22 -04:00
Ehsan Akhgari bcc305978d Bug 1038193 - Give LSPAnnotationGatherer a private destructor; r=bjacob 2014-07-15 16:39:01 -04:00
Ehsan Akhgari ea0a69c899 Bug 1038196 - Give WinWakeLockListener a private destructor; r=bjacob 2014-07-15 16:38:31 -04:00
Ehsan Akhgari 9f8a55b140 Bug 1038200 - Fix the rest of the public refcounted destructors in widget/windows; r=bjacob 2014-07-15 16:37:58 -04:00
Ehsan Akhgari ec529155d9 Backed out changeset 32d47282044f (bug 1038411) because of build bustage on CLOSED TREE 2014-07-15 15:31:15 -04:00
Ehsan Akhgari 76fdf3253c Bug 1038195 - Give some classes in the Windows taskbar code private destructors; r=bjacob 2014-07-15 14:57:14 -04:00
Ehsan Akhgari 4a2c49e0fd Bug 1038171 - Give JumpListItem a private destructor; r=bjacob 2014-07-15 14:56:36 -04:00
Ehsan Akhgari 9f49e120c1 Bug 1038164 - Give some classes in WinUtils.h private destructors; r=bjacob 2014-07-15 14:56:01 -04:00
Ehsan Akhgari a568ebda94 Bug 1038411 - Give myDownloadObserver a private destructor; r=bjacob 2014-07-15 14:55:04 -04:00
Benoit Girard 1465e09a99 Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel 2014-07-15 11:37:45 -04:00
Benoit Jacob 61c4229599 Bug 988549 - Back out the Intel-specific blacklist relaxations from bug 984417 as these blacklist entries were actually needed to avoid _VEC_memzero crashes - r=Bas 2014-07-15 10:40:00 -04:00
Birunthan Mohanathas c8a0322529 Bug 815952 - Stop clearing clipboard data originating from a private window after closing private windows. r=ehsan
This reverts bug 462106.
2014-07-14 12:35:30 -07:00
Andrew McCreight c3a80ae7ac Bug 1038207 - Fix various classes that reimplement nsISupports. r=ehsan 2014-07-14 12:21:34 -07:00
Mike Conley 5f892c8286 Bug 1002354 - Proxy nsIScreenManager and nsIScreen's from the child process to the parent process, with caching. r=roc,jimm,smichaud,snorp.
Changes to nsIScreen and nsIScreenManager were reviewed by roc.
Changes to dom/ipc were reviewed by jimm.
Changes to gfx/src/nsDeviceContext.cpp were reviewed by roc.
Changes to widget/android were reviewed by snorp.
Changes to widget/cocoa were reviewed by smichaud.
Changes to widget/gtk were reviewed by roc.
Changes to widget/windows were reviewed by jimm.
Changes to widget/xpwidgets were reviewed by roc.

--HG--
extra : rebase_source : 3ebb5763d75d16f73b3cb5e4fc5621188b6c9622
2014-07-14 13:22:26 -04:00
Mike Conley 64b781e2f3 Backed out bdf72cebcd85 to fix a CLOSED TREE.
--HG--
extra : histedit_source : 0a3977407abecc55d5564a69531d5d6ca804cd86
2014-07-14 12:20:16 -04:00
Mike Conley 1e3e0c9c00 Backed out e623938ea6c7 to fix a CLOSED TREE.
--HG--
extra : histedit_source : b4c9b387a8007748f9421df5c347b2f96e537f27
2014-07-14 12:19:23 -04:00
Mike Conley 53b48d65d2 Follow-up for Bug 1002354 - remove dual GetId in nsScreenGtk injected during rebase foul-up. r=bustage-fix on a CLOSED TREE.
--HG--
extra : histedit_source : c510de9918cfd73652e9e1c278e0bee93c7fdcdc
2014-07-14 12:10:34 -04:00
Mike Conley 78e56ed33a Bug 1002354 - Proxy nsIScreenManager and nsIScreen's from the child process to the parent process, with caching. r=roc,jimm,smichaud,snorp.
Changes to nsIScreen and nsIScreenManager were reviewed by roc.
Changes to dom/ipc were reviewed by jimm.
Changes to gfx/src/nsDeviceContext.cpp were reviewed by roc.
Changes to widget/android were reviewed by snorp.
Changes to widget/cocoa were reviewed by smichaud.
Changes to widget/gtk were reviewed by roc.
Changes to widget/windows were reviewed by jimm.
Changes to widget/xpwidgets were reviewed by roc.

--HG--
extra : rebase_source : 90d263235b40f6f6937d361705a4dfa44253318e
extra : histedit_source : bab4e689269c67fe3eb65033b6987b93caf9a482%2C86645be32f82f0d80724532e528e597db165b1d1
2014-07-14 11:57:06 -04:00
Jan de Mooij 6072b8f9b3 Bug 1034689 part 1 - Make AndroidBridge JSON parsing work with Latin1 strings. r=Waldo 2014-07-14 15:01:32 +02:00
Jan de Mooij d8a3cc8a63 Bug 1034689 followup - Add jchar cast back to fix Android compile errors. 2014-07-12 09:53:01 +02:00
Jan de Mooij 8772025bff Bug 1034689 part 3 - Fix remaining places in Gecko to handle Latin1 strings. r=bz 2014-07-12 09:43:08 +02:00
Jeff Gilbert f032a2a672 Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow 2014-07-11 15:10:49 -07:00
James Willcox 475ffcfdc8 Bug 964511 - Delay Snippets.js initialization until after startup r=mfinkle
--HG--
extra : histedit_source : 4fba71c58717aad098c60bc767090741ef8f4883
2014-07-11 16:15:39 -05:00
Ryan VanderMeulen 296caa949c Merge inbound to m-c. a=merge 2014-07-11 16:34:56 -04:00
Masayuki Nakano 3ff4a8413a Bug 1037330 Don't enable TSF mode on WinXP nor WinServer 2003 with "intl.tsf.enable" r=jimm 2014-07-12 02:09:59 +09:00
Masayuki Nakano 63ab183605 Bug 995893 part.2 Unregister all references to nsTextStore before releasing its instance r=jimm 2014-07-12 02:09:59 +09:00
Masayuki Nakano 1052a5564a Bug 995893 part.1 Use nsAutoRefCnt in IUnknown inherited classes and log the refcounting r=jimm 2014-07-12 02:09:59 +09:00
Anup Kumar 3fbe66a4ae Bug 1005209 - Warn anyone looking at the b2g-emulator stdout to look at logcat instead. r=dhylands
DONTBUILD
2014-07-09 23:15:00 -04:00
Ryan VanderMeulen 3d6e60eef3 Backed out changeset c3cca6dfcaa7 for landing with the wrong bug number. 2014-07-11 09:28:14 -04:00
Anup Kumar 62107a3c05 Bug 1002509 - Warn anyone looking at the b2g-emulator stdout to look at logcat instead. r=dhylands 2014-07-09 23:15:00 -04:00
Kartikaya Gupta 30f43e9c10 Bug 1036444 - Kill touchenter and touchleave events. r=smaug 2014-07-09 10:27:00 -04:00
Maksim Lebedev 45924a8be7 Bug 976963 - After invoking the releasePointerCapture method on an element, subsequent events for the specified pointer must follow normal hit testing mechanisms for determining the event target. r=smaug 2014-06-20 09:20:00 -04:00
Jonathan Watt c4cf06b2d2 Bug 933019, part 8 - Remove code for handling Thebes backed gfxContext in nsNativeThemeCocoa.mm. r=Bas 2014-07-10 10:58:08 +01:00
Milan Sreckovic 50b7a495b6 Bug 918386 - Add webidl for adapter subsys. Only relevant on Windows. r=vvukicevic. 2014-07-09 14:21:49 -04:00